SearchFields enumeration

Enumerates search filter properties.

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

Members

Member name Description
FirstName Search against first name if indexed.
LastName Search against last name if indexed.
DisplayName Search against display name if indexed, several forms of display name may or may not supported by search provider
Company Search against company name if indexed.
PrimaryEmailAddress Search against primary email address if indexed.
EmailAddresses Search against all email addresses if indexed.
Alias Search against alias if indexed.
PhoneNumbers Search against phone numbers if indexed.
PhoneExtention Search against phone numbers if indexed.
AllFields Search against any indexed field.
Invalid

See also

Reference

Microsoft.Lync.Model namespace