MapiCalendarRecurrencePattern Class

Represents the mapi recurrence pattern
Inheritance Hierarchy

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

The MapiCalendarRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Protected methodMapiCalendarRecurrencePattern
Initializes a new instance of the MapiCalendarRecurrencePattern class
Properties
  NameDescription
Public propertyCalendarType
Gets or sets the type of calendar that is used
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.
Public propertyEndDate
Gets or sets Defines the end date of an item recurrence pattern.
Public propertyEndType
Gets or sets the ending type for the recurrence.
Public propertyExceptions
An exception specifies changes to an instance of a recurring series.
Public propertyFrequency
Gets or sets the frequency of the recurring series.
Public propertyModifiedInstanceDates
An array of dates, each of which is the date of a modified instance.
Public propertyOccurrenceCount
Gets or sets the number of occurrences in a recurrence.
Public propertyPatternType
Gets or sets the type of recurrence pattern
Public propertyPeriod
Gets or sets interval at which the meeting pattern repeats
Public propertySlidingFlag
Defines whether pattern is sliding or not.
Public propertyStartDate
Gets or sets the start date of an item recurrence pattern.
Public propertyWeekStartDay
Gets or sets the first day of the calendar week.
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