Represents the recurrence properties of calendar object More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< MapiCalendarRecurrencePattern > | get_RecurrencePattern () const |
| Gets the recurrence pattern More... | |
| void | set_RecurrencePattern (System::SharedPtr< MapiCalendarRecurrencePattern > value) |
| Sets the recurrence pattern More... | |
| System::SharedPtr< MapiCalendarTimeZone > | get_AppointmentTimeZoneDefinitionRecur () const |
| Gets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC. More... | |
| void | set_AppointmentTimeZoneDefinitionRecur (System::SharedPtr< MapiCalendarTimeZone > value) |
| Sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC. More... | |
| System::SharedPtr< MapiCalendarTimeZone > | get_TimeZoneStruct () const |
| Gets the time zone information for a recurring meeting. More... | |
| void | set_TimeZoneStruct (System::SharedPtr< MapiCalendarTimeZone > value) |
| Sets the time zone information for a recurring meeting. More... | |
| bool | get_IsException () const |
| Gets a value indicating whether the object represents an exception More... | |
| void | set_IsException (bool value) |
| Sets a value indicating whether the object represents an exception More... | |
| System::DateTime | get_ClipStart () const |
| Gets the date of the first instance More... | |
| void | set_ClipStart (System::DateTime value) |
| Sets the date of the first instance More... | |
| System::DateTime | get_ClipEnd () const |
| Gets the date of the last instance More... | |
| void | set_ClipEnd (System::DateTime value) |
| Sets the date of the last instance More... | |
| MapiCalendarEventRecurrence () | |
| Initializes a new instance of the MapiCalendarEventRecurrence class More... | |
| MapiCalendarEventRecurrence (System::SharedPtr< MapiMessageItemBase > msg) | |
| Initializes a new instance of the MapiCalendarEventRecurrence class More... | |
| void | ToIcalendar (System::SharedPtr< Aspose::Email::Calendar::Model::CalendarObject > calendarObject) |
| Converts the properties of this instance into the corresponding component and properties of iCalendar More... | |
Public Attributes | |
| System::EventHandler | RecurrencePatternChanged |
Protected Member Functions | |
| virtual | ~MapiCalendarEventRecurrence () |
Friends | |
| class | Aspose::Email::Mapi::MapiCalendar |
Represents the recurrence properties of calendar object
| Aspose::Email::Mapi::MapiCalendarEventRecurrence::MapiCalendarEventRecurrence | ( | ) |
Initializes a new instance of the MapiCalendarEventRecurrence class
| Aspose::Email::Mapi::MapiCalendarEventRecurrence::MapiCalendarEventRecurrence | ( | System::SharedPtr< MapiMessageItemBase > | msg | ) |
Initializes a new instance of the MapiCalendarEventRecurrence class
| msg | A MapiMessage of calendar type |
|
protectedvirtual |
| System::SharedPtr<MapiCalendarTimeZone> Aspose::Email::Mapi::MapiCalendarEventRecurrence::get_AppointmentTimeZoneDefinitionRecur | ( | ) | const |
Gets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
| System::DateTime Aspose::Email::Mapi::MapiCalendarEventRecurrence::get_ClipEnd | ( | ) | const |
Gets the date of the last instance
| System::DateTime Aspose::Email::Mapi::MapiCalendarEventRecurrence::get_ClipStart | ( | ) | const |
Gets the date of the first instance
| bool Aspose::Email::Mapi::MapiCalendarEventRecurrence::get_IsException | ( | ) | const |
Gets a value indicating whether the object represents an exception
| System::SharedPtr<MapiCalendarRecurrencePattern> Aspose::Email::Mapi::MapiCalendarEventRecurrence::get_RecurrencePattern | ( | ) | const |
Gets the recurrence pattern
| System::SharedPtr<MapiCalendarTimeZone> Aspose::Email::Mapi::MapiCalendarEventRecurrence::get_TimeZoneStruct | ( | ) | const |
Gets the time zone information for a recurring meeting.
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::set_AppointmentTimeZoneDefinitionRecur | ( | System::SharedPtr< MapiCalendarTimeZone > | value | ) |
Sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::set_ClipEnd | ( | System::DateTime | value | ) |
Sets the date of the last instance
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::set_ClipStart | ( | System::DateTime | value | ) |
Sets the date of the first instance
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::set_IsException | ( | bool | value | ) |
Sets a value indicating whether the object represents an exception
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::set_RecurrencePattern | ( | System::SharedPtr< MapiCalendarRecurrencePattern > | value | ) |
Sets the recurrence pattern
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::set_TimeZoneStruct | ( | System::SharedPtr< MapiCalendarTimeZone > | value | ) |
Sets the time zone information for a recurring meeting.
| void Aspose::Email::Mapi::MapiCalendarEventRecurrence::ToIcalendar | ( | System::SharedPtr< Aspose::Email::Calendar::Model::CalendarObject > | calendarObject | ) |
Converts the properties of this instance into the corresponding component and properties of iCalendar
| calendarObject | A CalendarObject to add properties to |
|
friend |
| System::EventHandler Aspose::Email::Mapi::MapiCalendarEventRecurrence::RecurrencePatternChanged |