UCC_CATEGORY_REMOVAL_EVENT_REASON 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 the reasons for the removal of a category context or a category instance.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_CATEGORY_REMOVAL_EVENT_REASON
public enum UCC_CATEGORY_REMOVAL_EVENT_REASON
public enum class UCC_CATEGORY_REMOVAL_EVENT_REASON
public enum UCC_CATEGORY_REMOVAL_EVENT_REASON
public enum UCC_CATEGORY_REMOVAL_EVENT_REASON

Members

Member name Description
UCCCRER_APPLICATION_UNSUBSCRIBED A flag indicating that the category is removed because it is unsubscribed by the application.
UCCCRER_SERVER_NOTIFICATION A flag indicating that the category is removed due to a server notification.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_CATEGORY_REMOVAL_EVENT_REASON
{
   UCCCRER_SERVER_NOTIFICATION = 0,
   UCCCRER_APPLICATION_UNSUBSCRIBED = 1
};

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace