Message.BodyRtf Property

Independentsoft MSG .NET

Message BodyRtf Property MSG .NET Class Library
Contains the Rich Text Format (RTF) version of the message text.

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

Syntax

public byte[] BodyRtf { get; set; }
public byte[] BodyRtf { get; set; }
Public Property BodyRtf As Byte()
	Get 
	Set
Public Property BodyRtf As Byte()
	Get 
	Set
Dim instance As Message 
Dim value As Byte()

value = instance.BodyRtf

instance.BodyRtf = value
Dim instance As Message 
Dim value As Byte()

value = instance.BodyRtf

instance.BodyRtf = value
/** @property */
public byte[] get_BodyRtf()
/** @property */
public void set_BodyRtf(byte[] value)
/** @property */
public byte[] get_BodyRtf()
/** @property */
public void set_BodyRtf(byte[] value)
function get BodyRtf () : byte[]
function set BodyRtf (value : byte[])
function get BodyRtf () : byte[]
function set BodyRtf (value : byte[])
function get_BodyRtf();
function set_BodyRtf(value);
function get_BodyRtf();
function set_BodyRtf(value);

Property Value

Type:  OnlineByte 
The body RTF.
See Also