UCC_CATEGORY_REMOVAL_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 of 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_REASON
public enum UCC_CATEGORY_REMOVAL_REASON
public enum class UCC_CATEGORY_REMOVAL_REASON
public enum UCC_CATEGORY_REMOVAL_REASON
public enum UCC_CATEGORY_REMOVAL_REASON

Members

Member name Description
UCCCRR_RECEIVED_NOTIFY A flag indicating the category is removed after a notification is received.
UCCCRR_UNSUBSCRIBED_BY_USER A flag indicating the category is removed because it is unsubscribed by the user.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_CATEGORY_REMOVAL_REASON
{
   UCCCRR_RECEIVED_NOTIFY = 1,
   UCCCRR_UNSUBSCRIBED_BY_USER = 2
};

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