Enumerates search filter properties.

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

Syntax

C#
[
FlagsAttribute]
public 
enum 
SearchFields

Members

Member name Value Description
FirstName 1
Search against first name if indexed by search provider.
LastName 2
Search against last name if indexed by search provider.
DisplayName 4
Search against display name if indexed by search provider, several forms of display name may or may not be supported by search provider.
Company 8
Search against company name if indexed by search provider.
PrimaryEmailAddress 16
Search against primary e-mail address if indexed by search provider.
EmailAddresses 32
Search against all e-mail addresses if indexed by search provider.
Alias 64
Search against alias if indexed by search provider.
PhoneNumbers 128
Search against phone numbers if indexed by search provider.
PhoneExtention 256
Search against phone extension number if indexed by search provider.
AllFields -1
Search against all indexed fields.
Invalid -1

See Also