Gets or sets a message body
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxstring Body { get; set; }
Property Body As String
Get
Set
property String^ Body {
String^ get ();
void set (String^ value);
}
abstract Body : string with get, set
Property Value
Type:
String
See Also