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)
public enum UCC_CATEGORY_REMOVAL_REASON
public enum UCC_CATEGORY_REMOVAL_REASON
public enum UCC_CATEGORY_REMOVAL_REASON
| 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. |
Win32 COM/C++ Syntax
typedef enum UCC_CATEGORY_REMOVAL_REASON
{
UCCCRR_RECEIVED_NOTIFY = 1,
UCCCRR_UNSUBSCRIBED_BY_USER = 2
};
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