MapiCalendarWeeklyRecurrencePattern
MapiCalendarWeeklyRecurrencePattern class
Inherits: Aspose::Email::Mapi::MapiCalendarRecurrencePattern
Represents the weekly recurrence pattern of the mapi calendar
Constructors
| Name | Description |
|---|---|
| MapiCalendarWeeklyRecurrencePattern | Initializes a new instance of the MapiCalendarWeeklyRecurrencePattern class |
Methods
| Name | Description |
|---|---|
| get_DayOfWeek | Gets the days of week at which the event occurs |
| get_Period | Gets interval (in weeks) at which the meeting pattern repeats |
| get_PeriodInMinutes | Implements Aspose::Email::Mapi::MapiCalendarRecurrencePattern . |
| ParsePatternTypeSpecificField | Parses the pattern type specific fields |
| set_DayOfWeek | Sets the days of week at which the event occurs |
| set_Period | Sets interval (in weeks) at which the meeting pattern repeats |
| ToCalendarRecurrence | Converts this instance to the corresponding CalendarRecurrence |