Enumerates the search provider types.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum SearchProviders |
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 |
Searches in the default location.
|
|
ExchangeService | 1 |
Searches in the Microsoft Exchange service
contacts.
|
|
GlobalAddressList | 2 |
Searches in the Global Address List.
|
|
WindowsAddressBook | 4 |
Searches in the Microsoft Windows Address
Book.
|
|
OtherContacts | 8 |
Searches for Federated or Public IM
Connectivity (PIC) contacts that are not in your Outlook contacts
folder.
|
|
PersonalContacts | 5 |
Searches in the Windows Address Book and in
the Exchange service contacts.
|
|
Expert | 65535 |
Expert search by keywords.
|
|
Invalid | -1 |