API Reference

Class

OfflineAddressBookIdentityResolution

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

Duplicate-aware identity-resolution result.

Inheritance

  • Object
  • OfflineAddressBookIdentityResolution

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public OfflineAddressBookIdentityResolutionStatus Status { get; } #

Resolution outcome.

public IReadOnlyList<OfflineAddressBookIdentityCandidate> Candidates { get; } #

Unique matching directory entries in deterministic order.

public Boolean CandidatesTruncated { get; } #

Whether additional ambiguous candidates were omitted by the per-query bound.

public Boolean IndexIsComplete { get; } #

Whether the index covered all selected source records and their configured identity values.

public OfflineAddressBookIdentityCandidate Candidate { get; } #

The sole candidate for a resolved result; otherwise null.