MapiCalendarMonthlyRecurrencePattern Class

Represents the monthly recurrence pattern of the mapi calendar
Inheritance Hierarchy

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MapiCalendarMonthlyRecurrencePattern : MapiCalendarYearlyAndMonthlyRecurrencePattern

The MapiCalendarMonthlyRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Public methodMapiCalendarMonthlyRecurrencePattern
Initializes a new instance of the MapiCalendarMonthlyRecurrencePattern class
Properties
  NameDescription
Public propertyCalendarType
Gets or sets the type of calendar that is used
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyDay
Gets or sets day of the month on which the recurrence falls.
(Inherited from MapiCalendarYearlyAndMonthlyRecurrencePattern.)
Public propertyDayOfWeek
Gets or sets the days of week at which the event occurs
(Inherited from MapiCalendarYearlyAndMonthlyRecurrencePattern.)
Public propertyDeletedInstanceDates
An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyEndDate
Gets or sets Defines the end date of an item recurrence pattern.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyEndType
Gets or sets the ending type for the recurrence.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyExceptions
An exception specifies changes to an instance of a recurring series.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyFrequency
Gets or sets the frequency of the recurring series.
(Inherited from MapiCalendarYearlyAndMonthlyRecurrencePattern.)
Public propertyModifiedInstanceDates
An array of dates, each of which is the date of a modified instance.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyOccurrenceCount
Gets or sets the number of occurrences in a recurrence.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyPatternType
Gets or sets the type of recurrence pattern
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyPeriod
Gets or sets interval (in months) at which the meeting pattern repeats
(Inherited from MapiCalendarYearlyAndMonthlyRecurrencePattern.)
Public propertyPosition
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.
(Inherited from MapiCalendarYearlyAndMonthlyRecurrencePattern.)
Public propertySlidingFlag
Defines whether pattern is sliding or not.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyStartDate
Gets or sets the start date of an item recurrence pattern.
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyWeekStartDay
Gets or sets the first day of the calendar week.
(Inherited from MapiCalendarRecurrencePattern.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also