ResolveNameSearchLocation - перечисление

Defines the location where a ResolveName operation searches for contacts.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum ResolveNameSearchLocation

Члены

DirectoryOnly0 The name is resolved against the Global Address List.
DirectoryThenContacts1 The name is resolved against the Global Address List and then against the Contacts folder if no match was found.
ContactsOnly2 The name is resolved against the Contacts folder.
ContactsThenDirectory3 The name is resolved against the Contacts folder and then against the Global Address List if no match was found.

См. также