ConversationSettings Members
Captures the initial conversation settings such as subject and priority.
The ConversationSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversationSettings()()()() | Initializes a new instance of the class. | |
ConversationSettings(String, String, String) | Initializes a new instance of the class with given subject, priority, and ID. |
Top
Properties
Name | Description | |
---|---|---|
Id | ||
Priority | Gets or sets the call importance. | |
Subject | Gets or sets the subject. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDerivedConversationId | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top