Message.RtfInSync Property

Independentsoft MSG .NET

Message RtfInSync Property MSG .NET Class Library
Contains true if the RtfCompressed property has the same text content as the Body property for this message.

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

Syntax

public bool RtfInSync { get; set; }
public bool RtfInSync { get; set; }
Public Property RtfInSync As Boolean 
	Get 
	Set
Public Property RtfInSync As Boolean 
	Get 
	Set
Dim instance As Message 
Dim value As Boolean 

value = instance.RtfInSync

instance.RtfInSync = value
Dim instance As Message 
Dim value As Boolean 

value = instance.RtfInSync

instance.RtfInSync = value
/** @property */
public boolean get_RtfInSync()
/** @property */
public void set_RtfInSync(boolean value)
/** @property */
public boolean get_RtfInSync()
/** @property */
public void set_RtfInSync(boolean value)
function get RtfInSync () : boolean 
function set RtfInSync (value : boolean)
function get RtfInSync () : boolean 
function set RtfInSync (value : boolean)
function get_RtfInSync();
function set_RtfInSync(value);
function get_RtfInSync();
function set_RtfInSync(value);

Property Value

Type: OnlineBoolean
true if [RTF in synchronize]; otherwise, false.
See Also