Enumerates search options.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum SearchOptions |
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 |
The default option used for search.
|
|
MatchWholeWord | 1 |
Match the whole word instead of the prefix
match.
|
|
ContactsOnly | 2 |
Searching contacts only, ignore group
matches.
|
|
IncludeContactsWithoutSipOrTelUri | 4 |
Allow contacts without sip/im/email/tel in the
search results.
|
|
Invalid | -1 |