ResolveNamesSearchScopeType Enum

Definition

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

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.

Applies to