ConversationSettings Members
Include Protected Members
Include Inherited Members
Represents settings that can be applied when creating a conversation.
The ConversationSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversationSettings() | Initializes a new instance of the ConversationSettings class. | |
ConversationSettings(String, String, String) | Initializes a new instance of the ConversationSettings class with a given subject, priority and ID. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the conversation identifier. | |
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) | |
GetDerivedConversationId | Gets the identifier for a new conversation that is extended from a previous conversation. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top