ResponseMessageBuilder
ResponseMessageBuilder class
Provides creation and formatting the forwarding and replying messages.
public abstract class ResponseMessageBuilder
Properties
Name |
Description |
AdditionMode { get; set; } |
Gets or sets the format of response message. |
ResponseText { get; set; } |
Gets or sets the body of response message. |
Sender { get; set; } |
Gets or sets the addres from which the response message will be sent. |
Methods
Name |
Description |
abstract BuildResponse(MailMessage) |
Builds the forwarding and replying messages. |
abstract BuildResponse(MapiMessage) |
Builds the forwarding and replying messages. |
See Also