Enum ResolveNameSearchLocation
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the location where a ResolveName operation searches for contacts.
public enum ResolveNameSearchLocation
Fields
ContactsOnly = 2
The name is resolved against the Contacts folder.
ContactsThenDirectory = 3
The name is resolved against the Contacts folder and then against the Global Address List if no match was found.
DirectoryOnly = 0
The name is resolved against the Global Address List.
DirectoryThenContacts = 1
The name is resolved against the Global Address List and then against the Contacts folder if no match was found.