Note Members
Include Protected Members
Include Inherited Members
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.
The Note type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Note(String) | Create an instance of of the Note class. | |
Note(PresenceCategoryWithMetaData) | Create an instance of of the Note class. | |
Note(String, String) | Create an instance of of the Note class. |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | Gets the name of the category. (inherited from PresenceCategory) | |
Message | Gets the message in the note. | |
NoteType | Gets the type of the note. |
Top
Methods
Name | Description | |
---|---|---|
CreateExpiryPolicy | Returns the expiry policy for this category. (Overrides PresenceCategory.CreateExpiryPolicy().) | |
CreateInstanceId | Returns the instance id of the first message. (Overrides PresenceCategory.CreateInstanceId(RealTimeEndpoint).) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetCategoryDataXml | Returns Note as a serialized xml. (Overrides PresenceCategory.GetCategoryDataXml().) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top