Beispiel #1
0
 internal override IEnumerable <T> FindPaged <T>(QueryFilter filter, MapiObjectId root, QueryScope scope, SortBy sort, int pageSize, int maximumResultsSize)
 {
     Folder.< FindPaged > d__1a <T> < FindPaged > d__1a = new Folder.< FindPaged > d__1a <T>(-2);
Beispiel #2
0
 internal MapiModifyTableWrapper(MapiModifyTable mapiModifyTable, MapiMessageStoreSession mapiSession, MapiStore mapiStore, MapiObjectId mapiObjectId)
 {
     this.mapiModifyTable = mapiModifyTable;
     this.mapiSession     = mapiSession;
     this.mapiStore       = mapiStore;
     this.mapiObjectId    = mapiObjectId;
     this.disposeTracker  = this.GetDisposeTracker();
 }
Beispiel #3
0
 internal override T[] Find <T>(QueryFilter filter, MapiObjectId root, QueryScope scope, SortBy sort, int maximumResultsSize)
 {
     return(new List <T>(this.FindPaged <T>(filter, root, scope, sort, 0, maximumResultsSize)).ToArray());
 }