API Reference
Class
OfflineAddressBookIdentityResolutionOptions
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
- allowDisplayNameMatch System.Boolean = false
- maxCandidates System.Int32 = 32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.