API Reference
Class
OfflineAddressBookSearchCheckpoint
Portable source- and query-bound exact-position checkpoint for OAB search.
Inheritance
- Object
- OfflineAddressBookSearchCheckpoint
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 OfflineAddressBookSearchCheckpoint Parse(String value) #Returns:
OfflineAddressBookSearchCheckpointParses and structurally validates a durable checkpoint.
Parameters
- value System.String
public override String ToString() #Returns:
Stringpublic static Boolean TryParse(String value, out OfflineAddressBookSearchCheckpoint checkpoint) #Returns:
BooleanAttempts to parse a durable checkpoint.
Parameters
- value System.String
- checkpoint OfficeIMO.Email.AddressBook.OfflineAddressBookSearchCheckpoint@
Inherited Methods
Properties
public String Value { get; } #URL/file-safe Base64 checkpoint suitable for persistence across processes.
public String AddressListId { get; } #Address-list identifier.
public Int32 AddressListIndex { get; } #Zero-based address-list index.
public Int64 EntryIndex { get; } #Zero-based index of the next record to scan.
public Int64 RecordOffset { get; } #Exact next-record offset relative to its Full Details component.
public String SourceFingerprint { get; } #SHA-256 identity over the complete OAB source set.