ReplyMessageBuilder
ReplyMessageBuilder class
Provides creation and formatting the replying messages.
The ReplyMessageBuilder type exposes the following members:
Constructors
| Name | Description |
|---|
| ReplyMessageBuilder() | Initializes a new instance of the ReplyMessageBuilder class |
Properties
| Name | Description |
|---|
| addition_mode | Gets or sets the format of response message. |
| sender | Gets or sets the addres from which the response message will be sent. |
| response_text | Gets or sets the body of response message. |
| reply_all | Provides automatic adding recipients in replying message. |
Methods
| Name | Description |
|---|
| build_response(msg) | |
| build_response(msg) | |
See Also