MapiCalendarYearlyAndMonthlyRecurrencePattern
Contents
[
Hide
]MapiCalendarYearlyAndMonthlyRecurrencePattern class
Inherits: Aspose::Email::Mapi::MapiCalendarRecurrencePattern
Represents the yearly and monthly recurrence pattern of the mapi calendar
Constructors
| Name | Description |
|---|---|
| MapiCalendarYearlyAndMonthlyRecurrencePattern | Initializes a new instance of the MapiCalendarYearlyAndMonthlyRecurrencePattern class |
Methods
| Name | Description |
|---|---|
| get_ByMonth | |
| get_Day | Gets day of the month on which the recurrence falls. |
| get_DayOfWeek | Gets the days of week at which the event occurs |
| get_Frequency | Gets the frequency of the recurring series. |
| get_Period | Gets interval (in months) at which the meeting pattern repeats |
| get_PeriodInMinutes | Implements Aspose::Email::Mapi::MapiCalendarRecurrencePattern . |
| get_Position | Gets the occurrence of the recurrence’s days in each month in which the recurrence falls. |
| ParsePatternTypeSpecificField | Parses the pattern type specific fields |
| set_ByMonth | |
| set_Day | Sets day of the month on which the recurrence falls. |
| set_DayOfWeek | Sets the days of week at which the event occurs |
| set_Period | Sets interval (in months) at which the meeting pattern repeats |
| set_Position | Sets the occurrence of the recurrence’s days in each month in which the recurrence falls. |
| ToCalendarRecurrence | Converts this instance to the corresponding CalendarRecurrence |