Class ReplyMessageBuilder

ReplyMessageBuilder class

Provides creation and formatting the replying messages.

public class ReplyMessageBuilder : ResponseMessageBuilder

Constructors

NameDescription
ReplyMessageBuilder()The default constructor.

Properties

NameDescription
AdditionMode { get; set; }Gets or sets the format of response message.
ReplyAll { get; set; }Provides automatic adding recipients in replying 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

NameDescription
override BuildResponse(MailMessage)Builds the replying messages.
override BuildResponse(MapiMessage)Builds the replying messages.

See Also