ResponseMessageBuilderResponseText Property |
Gets or sets the body of response message.
Namespace:
Aspose.Email.Tools
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string ResponseText { get; set; }
Public Property ResponseText As String
Get
Set
public:
property String^ ResponseText {
String^ get ();
void set (String^ value);
}
member ResponseText : string with 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