Expand Minimize
This topic has not yet been rated - Rate this topic

UCC_CATEGORY_REMOVAL_REASON Enumeration

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 nameDescription
UCCCRR_RECEIVED_NOTIFYA flag indicating the category is removed after a notification is received.
UCCCRR_UNSUBSCRIBED_BY_USERA 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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.