UCC_PRESENCE_CATEGORY_TYPE Enumeration
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Enumerates presence-related category types supported by the UCC API.
Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
Syntax
'Declaration
Public Enumeration UCC_PRESENCE_CATEGORY_TYPE
public enum UCC_PRESENCE_CATEGORY_TYPE
public enum class UCC_PRESENCE_CATEGORY_TYPE
public enum UCC_PRESENCE_CATEGORY_TYPE
public enum UCC_PRESENCE_CATEGORY_TYPE
Members
Member name | Description |
---|---|
UCCPCT_CALENDARDATA | A flag indicating that the category is of the IUccPresenceCalendarDataInstance type. |
UCCPCT_CONTACT_CARD | A flag indicating that the category is of the IUccPresenceContactCardInstance type. |
UCCPCT_DEVICE | A flag indicating that the category is of the IUccPresenceDeviceInstance type. |
UCCPCT_MEETING_POLICY | A flag indicating that the category is of the IUccProvisioningPolicyInstance type. |
UCCPCT_NOTE | A flag indicating that the category is of the IUccPresenceNoteInstance type. |
UCCPCT_SERVER_CONFIGURATION | A flag indicating that the category is of the IUccServerConfigurationCategory type. |
UCCPCT_SERVICE | A flag indicating that the category is of the IUccPresenceServicesInstance type. |
UCCPCT_STATE | A flag indicating that the category is of the IUccPresenceStateInstance type. |
UCCPCT_UC_POLICY | A flag indicating that the category is of the IUccProvisioningPolicyInstance type. |
UCCPCT_UC_ROUTING | A flag indicating that the category is of the IUccRoutingRuleInstance type. |
UCCPCT_UC_USERPROPERTIES | A flag indicating that the category is of the IUccProvisioningPolicyInstance type. |
Remarks
Win32 COM/C++ Syntax
typedef enum UCC_PRESENCE_CATEGORY_TYPE
{
UCCPCT_STATE = 0,
UCCPCT_NOTE = 1,
UCCPCT_CALENDARDATA = 2,
UCCPCT_DEVICE = 3,
UCCPCT_SERVICE = 4,
UCCPCT_CONTACT_CARD = 5,
UCCPCT_SERVER_CONFIGURATION = 6,
UCCPCT_MEETING_POLICY = 7,
UCCPCT_UC_POLICY = 8,
UCCPCT_UC_USERPROPERTIES = 9,
UCCPCT_UC_ROUTING = 10
};
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition