ResolveNameSearchLocation - перечисление
Defines the location where a ResolveName operation searches for contacts.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum ResolveNameSearchLocation
Public Enumeration ResolveNameSearchLocation
public enum class ResolveNameSearchLocation
type ResolveNameSearchLocation
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.
|
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.
|