MapiCalendarRecurrencePatternType Enumeration |
Enumerates the mapi calendar recurrence pattern types
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum MapiCalendarRecurrencePatternType
Public Enumeration MapiCalendarRecurrencePatternType
public enum class MapiCalendarRecurrencePatternType
type MapiCalendarRecurrencePatternType
Members
| Member name | Value | Description |
---|
| Day | 0 |
The event has a daily recurrence.
|
| Week | 1 |
The event has a weekly recurrence.
|
| Month | 2 |
The event has a monthly recurrence.
|
| MonthEnd | 4 |
The event has a month-end recurrence.
|
| MonthNth | 3 |
The event has an every nth month pattern.
|
| HjMonth | 10 |
The event has a monthly recurrence in the Hijri calendar
|
| HjMonthNth | 11 |
The event has an every nth month pattern in the Hijri calendar.
|
| HjMonthEnd | 12 |
The event has a month end recurrence in the Hijri calendar.
|
See Also