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);
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(); }
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()); }