ConversationProperties Members
Include Protected Members
Include Inherited Members
Represents the properties of a conversation used for property changed event.
The ConversationProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversationProperties() | Creates a new instance of the ConversationProperties class. | |
ConversationProperties(String, String, String) | Creates a new instance of the ConversationProperties class with given parameters. |
Top
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Gets the conversation active media types. | |
Id | Gets or sets the conversation ID. | |
Priority | Gets or sets the priority of the conversation. | |
Subject | Gets or sets the subject of the conversation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Fields
Name | Description | |
---|---|---|
ConversationActiveMediaTypesPropertyName | The property name for active media types. | |
ConversationIdPropertyName | The property name for conversation ID. | |
ConversationPriorityPropertyName | The property name for priority. | |
ConversationSubjectPropertyName | The property name for subject. |
Top