Enum MapiCalendarRecurrencePatternType

MapiCalendarRecurrencePatternType enumeration

Enumerates the mapi calendar recurrence pattern types

public enum MapiCalendarRecurrencePatternType

Values

NameValueDescription
Day0The event has a daily recurrence.
Week1The event has a weekly recurrence.
Month2The event has a monthly recurrence.
MonthEnd4The event has a month-end recurrence.
MonthNth3The event has an every nth month pattern.
HjMonth10The event has a monthly recurrence in the Hijri calendar
HjMonthNth11The event has an every nth month pattern in the Hijri calendar.
HjMonthEnd12The event has a month end recurrence in the Hijri calendar.

See Also