ResponseMessageBuilderResponseText Property

Gets or sets the body of response message.

Namespace:  Aspose.Email.Tools
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string ResponseText { get; set; }

Property Value

Type: String
Remarks
Can contain html tags or rtf keywords if type of body of original message is HTML or RTF respectively.
See Also