MapiMailMessage.Body Property

QsInformatica.Utils

MapiMailMessageBody Property

Gets or sets the body of this mail message.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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

Type: String
See Also