API Reference
Class
EmailStoreContentSearchCheckpoint
Resumable item-enumeration position. Reuse it only with the same store snapshot, folder scope, and metadata filter.
Inheritance
- Object
- EmailStoreContentSearchCheckpoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Constructor EmailStoreContentQuery.EmailStoreContentQuery
Constructors
public EmailStoreContentSearchCheckpoint(Int64 itemOffset) #Creates a checkpoint at a zero-based item-enumeration offset.
Parameters
- itemOffset System.Int64
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int64 ItemOffset { get; } #Number of item references already processed in the selected enumeration scope.