Edit

Share via


SearchFields Enum

Definition

Enumerates search filter properties.

This enumeration supports a bitwise combination of its member values.

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

Fields

Alias 64

Search against alias if indexed.

AllFields -1

Search against any indexed field.

Company 8

Search against company name if indexed.

DisplayName 4

Search against display name if indexed, several forms of display name may or may not supported by search provider

EmailAddresses 32

Search against all email addresses if indexed.

FirstName 1

Search against first name if indexed.

Invalid -1
LastName 2

Search against last name if indexed.

PhoneExtention 256

Search against phone numbers if indexed.

PhoneNumbers 128

Search against phone numbers if indexed.

PrimaryEmailAddress 16

Search against primary email address if indexed.

Applies to