SearchOptions Enumeration

Enumerates search options.

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 SearchOptions
'Usage
Dim instance As SearchOptions
[FlagsAttribute]
public enum SearchOptions

Members

Member name Description
Default The default option used for search.
MatchWholeWord Match the whole word instead of the prefix match.
ContactsOnly Searching contacts only, ignore group matches.
IncludeContactsWithoutSipOrTelUri Allow contacts without sip/im/email/tel in the search results.
Invalid

See Also

Reference

Microsoft.Lync.Model Namespace