OIFeature Enumeration
Enumerates the features supported by this client for Office integration.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum OIFeature
{
oiFeatureFastSearch = 1,
oiFeaturePictures = 2,
oiFeatureNonBuddyPresence = 4,
oiFeatureContactTagging = 8,
oiFeatureSinglePartyFileTransfer = 0x10,
oiFeatureMultipartyFileTransfer = 0x20,
oiFeatureQuickContacts = 0x40,
oiFeatureResolveContact = 0x80
};
Members
Member name | Description | |
---|---|---|
oiFeatureFastSearch |
Indicates Fast Search is enabled.
|
|
oiFeaturePictures |
Indicates contact picture viewing is enabled.
|
|
oiFeatureNonBuddyPresence |
Indicates that contact presence without subscription is enabled.
|
|
oiFeatureContactTagging |
Indicates that contact tagging is enabled.
|
|
oiFeatureSinglePartyFileTransfer |
Indicates that file transfer to a single peer user is enabled.
|
|
oiFeatureMultipartyFileTransfer |
Indicates that file transfer to multiple peer users is enabled.
|
|
oiFeatureQuickContacts |
Indicates that the Quick Contact feature is enabled.
|
|
oiFeatureResolveContact |
Indicates that the Resolve Contact feature is enabled.
|