ResponseMessageBuilder Class

Provides creation and formatting the forwarding and replying messages.
Inheritance Hierarchy

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

The ResponseMessageBuilder type exposes the following members.

Constructors
  NameDescription
Protected methodResponseMessageBuilder
Initializes a new instance of the ResponseMessageBuilder class
Properties
  NameDescription
Public propertyAdditionMode
Gets or sets the format of response message.
Public propertyResponseText
Gets or sets the body of response message.
Public propertySender
Gets or sets the addres from which the response message will be sent.
Methods
  NameDescription
Public methodBuildResponse(MailMessage)
Builds the forwarding and replying messages.
Public methodBuildResponse(MapiMessage)
Builds the forwarding and replying messages.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also