Edit

Share via


SearchOptions Enum

Definition

Enumerates search options.

This enumeration supports a bitwise combination of its member values.

public enum class SearchOptions
[System.Flags]
public enum SearchOptions
type SearchOptions = 
Public Enum SearchOptions
Inheritance
SearchOptions
Attributes

Fields

ContactsOnly 2

Searching contacts only, ignore group matches.

Default 0

The default option used for search.

IncludeContactsWithoutSipOrTelUri 4

Allow contacts without SIP, email, or TEL addresses in the search results.

Invalid -1
MatchWholeWord 1

Match the whole word instead of the prefix match.

Reserved1 268435456

Applies to