Expand Minimize
This topic has not yet been rated - Rate this topic

ResolveNameSearchLocation enumeration

EWS Managed API

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

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
public enum ResolveNameSearchLocation
Member nameDescription
DirectoryOnlyThe name is resolved against the Global Address List (GAL).
DirectoryThenContactsThe name is resolved against the GAL and then against the Contacts folder if no match was found.
ContactsOnlyThe name is resolved against the contact items in the Contacts folder.
ContactsThenDirectoryThe name is resolved against the contact items in the Contacts folder and then against the GAL if no match was found.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.