ResolveNameSearchLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
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. |