Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the search provider types.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum SearchProviders
{
ucSearchProviderDefault = 0x00,
ucSearchProviderExchangeService = 0x01,
ucSearchProviderGlobalAddressList = 0x02,
ucSearchProviderWindowsAddressBook = 0x04,
ucSearchProviderOtherContacts = 0x08,
ucSearchProviderPersonalContacts = ucSearchProviderWindowsAddressBook | ucSearchProviderExchangeService,
ucSearchProviderExpert = 0xffff
};
Members
| Member name | Description | |
|---|---|---|
| ucSearchProviderDefault |
Specifies the default search provide is used.
|
|
| ucSearchProviderExchangeService |
Specifies the Microsoft Exchange Service search provider is used.
|
|
| ucSearchProviderGlobalAddressList |
Specifies the Global Address List (GAL) is used.
|
|
| ucSearchProviderWindowsAddressBook |
Specifies the Windows Address Book is used.
|
|
| ucSearchProviderOtherContacts |
Contact is not in custom groups but does not belong to other search providersSpecifies other search provider is used.
|
|
| ucSearchProviderPersonalContacts |
Specifies the Windows Address book and Microsoft Exchange Service providers are used.
|
|
| ucSearchProviderExpert |
User expert search back end for key word search.
|