API Reference

Class

OfflineAddressBookSearchCheckpoint

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

Resumable position within one session snapshot. A checkpoint includes the exact next record offset, so resuming a huge address list does not require rescanning earlier records.

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

Properties

public String AddressListId { get; } #

Address-list identifier in the session snapshot.

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.