Message.RtfCompressed Property

Independentsoft MSG .NET

Message RtfCompressed Property MSG .NET Class Library
Contains the Rich Text Format (RTF) version of the message text, usually in compressed form.

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

Syntax

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

value = instance.RtfCompressed

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

value = instance.RtfCompressed

instance.RtfCompressed = value
/** @property */
public byte[] get_RtfCompressed()
/** @property */
public void set_RtfCompressed(byte[] value)
/** @property */
public byte[] get_RtfCompressed()
/** @property */
public void set_RtfCompressed(byte[] value)
function get RtfCompressed () : byte[]
function set RtfCompressed (value : byte[])
function get RtfCompressed () : byte[]
function set RtfCompressed (value : byte[])
function get_RtfCompressed();
function set_RtfCompressed(value);
function get_RtfCompressed();
function set_RtfCompressed(value);

Property Value

Type:  OnlineByte 
The RTF compressed.
See Also