ReplyMessageBuilder Class

Provides creation and formatting the replying messages.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ReplyMessageBuilder : ResponseMessageBuilder

The ReplyMessageBuilder type exposes the following members.

Constructors
  NameDescription
Public methodReplyMessageBuilder
Initializes a new instance of the ReplyMessageBuilder class
Properties
  NameDescription
Public propertyAdditionMode
Gets or sets the format of response message.
(Inherited from ResponseMessageBuilder.)
Public propertyReplyAll
Provides automatic adding recipients in replying message.
Public propertyResponseText
Gets or sets the body of response message.
(Inherited from ResponseMessageBuilder.)
Public propertySender
Gets or sets the addres from which the response message will be sent.
(Inherited from ResponseMessageBuilder.)
Methods
See Also