RecurrenceType Enumeration

Independentsoft MSG .NET

RecurrenceType Enumeration MSG .NET Class Library
Specifies the recurrence pattern type.

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

Syntax

public enum RecurrenceType
public enum RecurrenceType
Public Enumeration RecurrenceType
Public Enumeration RecurrenceType
Dim instance As RecurrenceType
Dim instance As RecurrenceType
public enum RecurrenceType
public enum RecurrenceType
public enum RecurrenceType
public enum RecurrenceType
Independentsoft.Msg.RecurrenceType = function();
Independentsoft.Msg.RecurrenceType.createEnum('Independentsoft.Msg.RecurrenceType', false);
Independentsoft.Msg.RecurrenceType = function();
Independentsoft.Msg.RecurrenceType.createEnum('Independentsoft.Msg.RecurrenceType', false);
Members

  Member nameValueDescription
Daily0 Represents a daily recurrence pattern.
Weekly1 Represents a weekly recurrence pattern.
Monthly2 Represents a monthly recurrence pattern.
MonthNth3 Represents a MonthNth recurrence pattern.
Yearly4 Represents a yearly recurrence pattern.
YearNth5 Represents a YearNth recurrence pattern.
None6 None.
See Also