Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates search filter properties.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum SearchFields
{
ucSearchFirstName = 0x01,
ucSearchLastName = 0x02,
ucSearchDisplayName = 0x04,
ucSearchCompany = 0x08,
ucSearchPrimaryEmailAddress = 0x10,
ucSearchAllEmailAddresses = 0x20,
ucSearchAlias = 0x40,
ucSearchPhoneNumbers = 0x80,
ucSearchPhoneExtention = 0x100,
ucSearchAllFields = -1
};
Members
| Member name | Description | |
|---|---|---|
| ucSearchFirstName |
Search against first name if indexed.
|
|
| ucSearchLastName |
Search against last name if indexed.
|
|
| ucSearchDisplayName |
Search against displayname if indexed. Several forms of the display name can be supported by search provider
|
|
| ucSearchCompany |
Search against company name if indexed.
|
|
| ucSearchPrimaryEmailAddress |
Search against primary email address if indexed.
|
|
| ucSearchAllEmailAddresses |
Search against all email addresses if indexed.
|
|
| ucSearchAlias |
Search against alias if indexed.
|
|
| ucSearchPhoneNumbers |
Search against phone numbers if indexed.
|
|
| ucSearchPhoneExtention |
Search against phone number extensions if indexed.
|
|
| ucSearchAllFields |
Search against any indexed field.
|