Click or drag to resize

MapiCalendarRecurrencePatternType Enumeration

Enumerates the mapi calendar recurrence pattern types

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum MapiCalendarRecurrencePatternType
Members
  Member nameValueDescription
Day0 The event has a daily recurrence.
Week1 The event has a weekly recurrence.
Month2 The event has a monthly recurrence.
MonthEnd4 The event has a month-end recurrence.
MonthNth3 The event has an every nth month pattern.
HjMonth10 The event has a monthly recurrence in the Hijri calendar
HjMonthNth11 The event has an every nth month pattern in the Hijri calendar.
HjMonthEnd12 The event has a month end recurrence in the Hijri calendar.
See Also