| MapiMailMessageBody Property |
Gets or sets the body of this mail message.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public string Body { get; set; }
Public Property Body As String
Get
Set
public:
property String^ Body {
String^ get ();
void set (String^ value);
}
member Body : string with get, set
Property Value
StringSee Also