MapiCalendarEventRecurrence Class

Represents the recurrence properties of calendar object
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiCalendarEventRecurrence

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

The MapiCalendarEventRecurrence type exposes the following members.

Constructors
  NameDescription
Public methodMapiCalendarEventRecurrence
Initializes a new instance of the MapiCalendarEventRecurrence class
Properties
  NameDescription
Public propertyAppointmentTimeZoneDefinitionRecur
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
Public propertyClipEnd
Gets or sets the date of the last instance
Public propertyClipStart
Gets or sets the date of the first instance
Public propertyIsException
Gets or sets a value indicating whether the object represents an exception
Public propertyRecurrencePattern
Gets or sets the recurrence pattern
Public propertyTimeZoneStruct
Gets or sets the time zone information for a recurring meeting.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also