MapiCalendarRecurrencePattern
Contents
[
Hide
]MapiCalendarRecurrencePattern class
Represents the mapi recurrence pattern
Constructors
| Name | Description |
|---|---|
| MapiCalendarRecurrencePattern |
Methods
| Name | Description |
|---|---|
| get_CalendarType | Gets the type of calendar that is used |
| get_DeletedInstanceDates | An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence. |
| get_EndDate | Gets Defines the end date of an item recurrence pattern. |
| get_EndType | Gets the ending type for the recurrence. |
| get_Exceptions | An exception specifies changes to an instance of a recurring series. |
| get_Frequency | Gets the frequency of the recurring series. |
| get_ModifiedInstanceDates | An array of dates, each of which is the date of a modified instance. |
| get_OccurrenceCount | Gets the number of occurrences in a recurrence. |
| get_PatternType | Gets the type of recurrence pattern |
| get_Period | Gets interval at which the meeting pattern repeats |
| get_PeriodInMinutes | Implemented in Aspose::Email::Mapi::MapiCalendarYearlyAndMonthlyRecurrencePattern , Aspose::Email::Mapi::MapiCalendarWeeklyRecurrencePattern , and Aspose::Email::Mapi::MapiCalendarDailyRecurrencePattern . |
| get_SlidingFlag | Defines whether pattern is sliding or not. |
| get_StartDate | Gets the start date of an item recurrence pattern. |
| get_WeekStartDay | Gets the first day of the calendar week. |
| ParsePatternTypeSpecificField | Parses the pattern type specific fields |
| set_CalendarType | Sets the type of calendar that is used |
| set_EndDate | Sets Defines the end date of an item recurrence pattern. |
| set_EndType | Sets the ending type for the recurrence. |
| set_Frequency | Sets the frequency of the recurring series. |
| set_OccurrenceCount | Sets the number of occurrences in a recurrence. |
| set_PatternType | Sets the type of recurrence pattern |
| set_Period | Sets interval at which the meeting pattern repeats |
| set_SlidingFlag | Defines whether pattern is sliding or not. |
| set_StartDate | Sets the start date of an item recurrence pattern. |
| set_WeekStartDay | Sets the first day of the calendar week. |
| ToCalendarRecurrence | Converts this instance to the corresponding CalendarRecurrence |