API Reference

Class

OfflineAddressBookIdentityResolutionOptions

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

Per-lookup policy for non-address fallbacks and returned ambiguity evidence.

Inheritance

  • Object
  • OfflineAddressBookIdentityResolutionOptions

Usage

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

Accepted by parameters

Constructors

public OfflineAddressBookIdentityResolutionOptions(Boolean allowAccountNameMatch = true, Boolean allowDisplayNameMatch = false, Int32 maxCandidates = 32) #

Creates resolution options.

Parameters

allowAccountNameMatch System.Boolean = true optionalposition: 0
allowDisplayNameMatch System.Boolean = false optionalposition: 1
maxCandidates System.Int32 = 32 optionalposition: 2

Properties

public Boolean AllowAccountNameMatch { get; } #

Whether an untyped non-address value may match an exact directory account name.

public Boolean AllowDisplayNameMatch { get; } #

Whether an untyped non-address value may match an exact display name.

public Int32 MaxCandidates { get; } #

Maximum candidates retained when the result is ambiguous.