UCC_PRESENCE_NOTE_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 the types of presence note category instances.

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

Syntax

'Declaration
Public Enumeration UCC_PRESENCE_NOTE_TYPE
public enum UCC_PRESENCE_NOTE_TYPE
public enum class UCC_PRESENCE_NOTE_TYPE
public enum UCC_PRESENCE_NOTE_TYPE
public enum UCC_PRESENCE_NOTE_TYPE

Members

Member name Description
UCCPNT_OOF A flag to indicate that the presence note is an OOF note originated from Microsoft Outlook.
UCCPNT_PERSONAL A flag to indicate that the presence note is provided by the user using a UCC API client, such as the Office Communicator.
UCCPNT_UNKNOWN A flag to indicate that the presence note type cannot be parsed by the API. A client cannot set this flag when publishing a presence note category instance.

Remarks

A presence note is a user-supplied description providing customized presence information about the user. The present note types stipulates how this information is published.

Win32 COM/C++ Syntax

typedef enum UCC_PRESENCE_NOTE_TYPE
{
   UCCPNT_PERSONAL = 0,
   UCCPNT_OOF = 1,
   UCCPNT_UNKNOWN = 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