Message.Body Property

Independentsoft MSG .NET

Message Body Property MSG .NET Class Library
Contains the message text.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string Body { get; set; }
public string Body { get; set; }
Public Property Body As String 
	Get 
	Set
Public Property Body As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.Body

instance.Body = value
Dim instance As Message 
Dim value As String 

value = instance.Body

instance.Body = value
/** @property */
public String get_Body()
/** @property */
public void set_Body(String value)
/** @property */
public String get_Body()
/** @property */
public void set_Body(String value)
function get Body () : String 
function set Body (value : String)
function get Body () : String 
function set Body (value : String)
function get_Body();
function set_Body(value);
function get_Body();
function set_Body(value);

Property Value

Type: OnlineString
The body.
See Also