Gets or sets the plain text representation of message's body.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual string Body { get; set; }
Public Overridable Property Body As String
Get
Set
public:
virtual property String^ Body {
String^ get ();
void set (String^ value);
}
abstract Body : string with get, set
override Body : string with get, set
Property Value
Type:
StringImplements
IMessageBody
See Also