API Reference

Class

OfflineAddressBookSearchCheckpoint

Namespace OfficeIMO.Email.AddressBook
Assembly OfficeIMO.Email
Modifiers sealed

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.

Accepted by parameters

Methods

public static OfflineAddressBookSearchCheckpoint Parse(String value) #
Returns: OfflineAddressBookSearchCheckpoint

Parses and structurally validates a durable checkpoint.

Parameters

value System.String requiredposition: 0
public static Boolean TryParse(String value, out OfflineAddressBookSearchCheckpoint checkpoint) #
Returns: Boolean

Attempts to parse a durable checkpoint.

Parameters

value System.String requiredposition: 0
checkpoint OfficeIMO.Email.AddressBook.OfflineAddressBookSearchCheckpoint@ requiredposition: 1

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.