SearchProviders 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.
Enumerates the search provider types.
This enumeration supports a bitwise combination of its member values.
public enum class SearchProviders
[System.Flags]
public enum SearchProviders
type SearchProviders =
Public Enum SearchProviders
- Inheritance
-
SearchProviders
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Default | 0 | Searches in the default location Obsolete. |
ExchangeService | 1 | Searches in the Exchange Service contacts. Obsolete. |
GlobalAddressList | 2 | Searches in the Global Address List. Obsolete. |
WindowsAddressBook | 4 | Searches in the Windows Address Book. Obsolete. |
PersonalContacts | 5 | Searches in the Windows Address Book and in the Exchange Service contacts. Obsolete |
OtherContacts | 8 | Searches for Contacts that are neither in custom groups nor in other address lists. Obsolete. |
Reserved1 | 65534 | |
Expert | 65535 | Expert search by keywords. |