|   | MailBody Property | 
        
        
            Gets or sets the body of the 
Mail message.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic 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
function get_Body();
function set_Body(value);
Property Value
String See Also
See Also