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 by search provider. | |
LastName | Search against last name if indexed by search provider. | |
DisplayName | Search against display name if indexed by search provider, several forms of display name may or may not be supported by search provider. | |
Company | Search against company name if indexed by search provider. | |
PrimaryEmailAddress | Search against primary e-mail address if indexed by search provider. | |
EmailAddresses | Search against all e-mail addresses if indexed by search provider. | |
Alias | Search against alias if indexed by search provider. | |
PhoneNumbers | Search against phone numbers if indexed by search provider. | |
PhoneExtention | Search against phone extension number if indexed by search provider. | |
AllFields | Search against all indexed fields. | |
Invalid |