MapiCalendarRecurrencePattern

MapiCalendarRecurrencePattern class

Represents the mapi recurrence pattern

Constructors

NameDescription
MapiCalendarRecurrencePattern

Methods

NameDescription
get_CalendarTypeGets the type of calendar that is used
get_DeletedInstanceDatesAn array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
get_EndDateGets Defines the end date of an item recurrence pattern.
get_EndTypeGets the ending type for the recurrence.
get_ExceptionsAn exception specifies changes to an instance of a recurring series.
get_FrequencyGets the frequency of the recurring series.
get_ModifiedInstanceDatesAn array of dates, each of which is the date of a modified instance.
get_OccurrenceCountGets the number of occurrences in a recurrence.
get_PatternTypeGets the type of recurrence pattern
get_PeriodGets interval at which the meeting pattern repeats
get_PeriodInMinutesImplemented in Aspose::Email::Mapi::MapiCalendarYearlyAndMonthlyRecurrencePattern , Aspose::Email::Mapi::MapiCalendarWeeklyRecurrencePattern , and Aspose::Email::Mapi::MapiCalendarDailyRecurrencePattern .
get_SlidingFlagDefines whether pattern is sliding or not.
get_StartDateGets the start date of an item recurrence pattern.
get_WeekStartDayGets the first day of the calendar week.
ParsePatternTypeSpecificFieldParses the pattern type specific fields
set_CalendarTypeSets the type of calendar that is used
set_EndDateSets Defines the end date of an item recurrence pattern.
set_EndTypeSets the ending type for the recurrence.
set_FrequencySets the frequency of the recurring series.
set_OccurrenceCountSets the number of occurrences in a recurrence.
set_PatternTypeSets the type of recurrence pattern
set_PeriodSets interval at which the meeting pattern repeats
set_SlidingFlagDefines whether pattern is sliding or not.
set_StartDateSets the start date of an item recurrence pattern.
set_WeekStartDaySets the first day of the calendar week.
ToCalendarRecurrenceConverts this instance to the corresponding CalendarRecurrence