SearchOptions Enumeration
Enumerates search Option.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum SearchOptions
{
ucSearchDefault = 0x00,
ucSearchMatchWholeWord = 0x01,
ucSearchContactsOnly = 0x02
};
Members
Member name | Description | |
---|---|---|
ucSearchDefault |
the default options used for search
|
|
ucSearchMatchWholeWord |
Match on whole word instead of prefix match.
|
|
ucSearchContactsOnly |
Search for contacts and ignore group results.
|