MapiCalendarWeeklyRecurrencePattern Class

Represents the weekly recurrence pattern of the mapi calendar
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiCalendarRecurrencePattern
    Aspose.Email.MapiMapiCalendarWeeklyRecurrencePattern

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

The MapiCalendarWeeklyRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Public methodMapiCalendarWeeklyRecurrencePattern
Initializes a new instance of the MapiCalendarWeeklyRecurrencePattern class
Properties
  NameDescription
Public propertyCalendarType
Gets or sets the type of calendar that is used
(Inherited from MapiCalendarRecurrencePattern.)
Public propertyDayOfWeek
Gets or sets the days of week at which the event occurs
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 MapiCalendarRecurrencePattern.)
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 weeks) at which the meeting pattern repeats
(Overrides MapiCalendarRecurrencePatternPeriod.)
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.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also