Class MapiCalendarEventRecurrence
Contents
[
Hide
]MapiCalendarEventRecurrence class
Represents the recurrence properties of a calendar object, including the recurrence pattern, time zone information, and the date range of recurrence. This class encapsulates all the data needed to define how recurring calendar events repeat over time.
public sealed class MapiCalendarEventRecurrence
Constructors
| Name | Description |
|---|---|
| MapiCalendarEventRecurrence() | Initializes a new instance of the MapiCalendarEventRecurrence class |
Properties
| Name | Description |
|---|---|
| AppointmentTimeZoneDefinitionRecur { get; set; } | Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC. |
| ClipEnd { get; set; } | Gets or sets the date of the last instance |
| ClipStart { get; set; } | Gets or sets the date of the first instance |
| IsException { get; set; } | Gets or sets a value indicating whether the object represents an exception |
| RecurrencePattern { get; set; } | Gets or sets the recurrence pattern |
| TimeZoneStruct { get; set; } | Gets or sets the time zone information for a recurring meeting. |
Remarks
This class is used with MapiCalendar to manage recurring meeting patterns. The RecurrencePattern property defines the type and frequency of recurrence (daily, weekly, monthly, or yearly). The ClipStart and ClipEnd properties specify the date range for the recurrence, and the time zone properties ensure proper time conversion across different time zones. Exception meetings have a different recurrence structure than the main series.
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email