Message.RecurrenceType Property

Independentsoft MSG .NET

Message RecurrenceType Property MSG .NET Class Library
Contains the recurrence pattern type.

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

Syntax

public RecurrenceType RecurrenceType { get; set; }
public RecurrenceType RecurrenceType { get; set; }
Public Property RecurrenceType As RecurrenceType 
	Get 
	Set
Public Property RecurrenceType As RecurrenceType 
	Get 
	Set
Dim instance As Message 
Dim value As RecurrenceType 

value = instance.RecurrenceType

instance.RecurrenceType = value
Dim instance As Message 
Dim value As RecurrenceType 

value = instance.RecurrenceType

instance.RecurrenceType = value
/** @property */
public RecurrenceType get_RecurrenceType()
/** @property */
public void set_RecurrenceType(RecurrenceType value)
/** @property */
public RecurrenceType get_RecurrenceType()
/** @property */
public void set_RecurrenceType(RecurrenceType value)
function get RecurrenceType () : RecurrenceType 
function set RecurrenceType (value : RecurrenceType)
function get RecurrenceType () : RecurrenceType 
function set RecurrenceType (value : RecurrenceType)
function get_RecurrenceType();
function set_RecurrenceType(value);
function get_RecurrenceType();
function set_RecurrenceType(value);

Property Value

Type: RecurrenceType
The type of the recurrence.
See Also