Message.IsRecurring Property

Independentsoft MSG .NET

Message IsRecurring Property MSG .NET Class Library
Contains true if the task or appointment is recurring.

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

Syntax

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

value = instance.IsRecurring

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

value = instance.IsRecurring

instance.IsRecurring = value
/** @property */
public boolean get_IsRecurring()
/** @property */
public void set_IsRecurring(boolean value)
/** @property */
public boolean get_IsRecurring()
/** @property */
public void set_IsRecurring(boolean value)
function get IsRecurring () : boolean 
function set IsRecurring (value : boolean)
function get IsRecurring () : boolean 
function set IsRecurring (value : boolean)
function get_IsRecurring();
function set_IsRecurring(value);
function get_IsRecurring();
function set_IsRecurring(value);

Property Value

Type: OnlineBoolean
true if this instance is recurring; otherwise, false.
See Also