Enum RecurrencePatternType
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Calendar
- Assembly
- MailDex.Lib.dll
https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxocal/cf7153b4-f8b5-4cb6-bf14-e78d21f94814 An integer that specifies the type of recurrence pattern. The valid recurrence pattern types are listed in the following table.
public enum RecurrencePatternType
Fields
Day = 0The event has a daily recurrence.
HjMonth = 10The event has a monthly recurrence in the Hijri calendar. For this value in the PatternType field, the value of the CalendarType field SHOULD be set to 0x0000.
HjMonthEnd = 12The event has a month end recurrence in the Hijri calendar. For this value in the PatternType field, the value of the CalendarType field MUST be set to 0x0000.
HjMonthNth = 11The event has an every nth month pattern in the Hijri calendar. For this value in the PatternType field, the value of the CalendarType field MUST be set to 0x0000.
Month = 2The event has a monthly recurrence.
MonthEnd = 4The event has a month-end recurrence.
MonthNth = 3The event has an every nth month pattern.
Week = 1The event has a weekly recurrence.