API Reference
Class
EmailStoreContentSearchCheckpoint
Portable, source- and query-bound content-search resume position.
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
Methods
public static EmailStoreContentSearchCheckpoint Parse(String value) #Returns:
EmailStoreContentSearchCheckpointParses and structurally validates a durable checkpoint.
Parameters
- value System.String
public override String ToString() #Returns:
Stringpublic static Boolean TryParse(String value, out EmailStoreContentSearchCheckpoint checkpoint) #Returns:
BooleanAttempts to parse a durable checkpoint.
Parameters
- value System.String
- checkpoint OfficeIMO.Email.Store.EmailStoreContentSearchCheckpoint@