ResolveNamesSearchScopeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ResolveNamesSearchScopeType enumeration identifies the order and scope for a ResolveNames search.
public enum class ResolveNamesSearchScopeType
public enum ResolveNamesSearchScopeType
Public Enum ResolveNamesSearchScopeType
- Inheritance
-
ResolveNamesSearchScopeType
Fields
Name | Value | Description |
---|---|---|
ActiveDirectory | 0 | Only the Active Directory directory service is searched. |
ActiveDirectoryContacts | 1 | Active Directory is searched first, and then the contact folders that are specified in the ParentFolderIds property are searched. |
Contacts | 2 | Only the contact folders that are identified by the ParentFolderIds are searched. |
ContactsActiveDirectory | 3 | Contact folders that are identified by the ParentFolderIds property are searched first and then Active Directory is searched. |