Note Class

Definition

This class represents the note presence category. It contains a message left to watchers such as a personal note or an Out-of-Office (OOF) note from Exchange.

public ref class Note : Microsoft::Rtc::Collaboration::Presence::PresenceCategory
public class Note : Microsoft.Rtc.Collaboration.Presence.PresenceCategory
type Note = class
    inherit PresenceCategory
Public Class Note
Inherits PresenceCategory
Inheritance

Remarks

When subscribing to remote presentities, this category is automated requested for.

Constructors

Note(PresenceCategoryWithMetaData)

Create an instance of of the Note class.

Note(String)

Create an instance of of the Note class.

Note(String, String)

Create an instance of of the Note class.

Fields

InstanceIdUnknown

Instance ID is unknown.

(Inherited from PresenceCategory)

Properties

CategoryName

Gets the name of the category.

(Inherited from PresenceCategory)
Message

Gets the message in the note.

NoteType

Gets the type of the note.

PublishTime

Gets the time when this note was initially published.

Methods

CreateExpiryPolicy()

Returns the expiry policy for this category.

CreateInstanceId(RealTimeEndpoint)

Returns the instance id of the first message.

GetCategoryDataXml()

Returns Note as a serialized xml.

Extension Methods

GetPublishTime(Note)

Applies to