Gets or sets the message body

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property Body As String
C#
public string Body { get; set; }
Visual C++
public:
property String^ Body {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_body();
function set_body(value);

See Also