ResolveNameSearchLocation Enum

Definition

Specifies constants that define the location where an ambiguous name resolution operation searches for contacts.

public enum class ResolveNameSearchLocation
public enum ResolveNameSearchLocation
Public Enum ResolveNameSearchLocation
Inheritance
ResolveNameSearchLocation

Fields

ContactsOnly 2

The name is resolved against the contact items in the Contacts folder.

ContactsThenDirectory 3

The name is resolved against the contact items in the Contacts folder and then against the GAL if no match was found.

DirectoryOnly 0

The name is resolved against the Global Address List (GAL).

DirectoryThenContacts 1

The name is resolved against the GAL and then against the Contacts folder if no match was found.

Applies to