ResolveNamesSearchScopeType Enumeration

The ResolveNamesSearchScopeType enumeration identifies the order and scope for a ResolveNames search.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ResolveNamesSearchScopeType
'Usage
Dim instance As ResolveNamesSearchScopeType
[SerializableAttribute]
public enum ResolveNamesSearchScopeType

Members

Member name Description
ActiveDirectory Only the Active Directory directory service is searched.
ActiveDirectoryContacts Active Directory is searched first, and then the contact folders that are specified in the ParentFolderIds property are searched.
Contacts Only the contact folders that are identified by the ParentFolderIds are searched.
ContactsActiveDirectory Contact folders that are identified by the ParentFolderIds property are searched first and then Active Directory is searched.