Enum MapiCalendarRecurrencePatternType

MapiCalendarRecurrencePatternType enumeration

Specifies the type of recurrence pattern for MAPI calendar items.

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.

Remarks

This enumeration defines the various recurrence pattern types supported by MAPI calendar items, including daily, weekly, monthly, and yearly patterns. Some patterns support both Gregorian and Hijri calendar systems (e.g., HjMonth for Hijri monthly recurrence). The pattern type determines which properties are meaningful in the corresponding MapiCalendarRecurrencePattern implementation.

See Also