SearchProviders Enumeration

Enumerates the search provider types.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SearchProviders
'Usage
Dim instance As SearchProviders
[FlagsAttribute]
public enum SearchProviders

Members

Member name Description
Default Searches in the default location.
ExchangeService Searches in the Microsoft Exchange service contacts.
GlobalAddressList Searches in the Global Address List.
WindowsAddressBook Searches in the Microsoft Windows Address Book.
OtherContacts Searches for Federated or Public IM Connectivity (PIC) contacts that are not in your Outlook contacts folder.
PersonalContacts Searches in the Windows Address Book and in the Exchange service contacts.
Expert Expert search by keywords.
Invalid

See Also

Reference

Microsoft.Lync.Model Namespace