ResolveNamesSearchScopeType Enumeration
The ResolveNamesSearchScopeType enumeration identifies the order and scope for a ResolveNames search.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration ResolveNamesSearchScopeType
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public enum ResolveNamesSearchScopeType
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
public enum class ResolveNamesSearchScopeType
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
public enum ResolveNamesSearchScopeType
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
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. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also