Represents the factory of MapiCalendarRecurrencePattern
More...
|
| static System::SharedPtr< MapiCalendarRecurrencePattern > | ParseRecurrencePattern (System::ArrayPtr< uint8_t > recurrencePattern) |
| | Parses the MapiCalendarRecurrencePattern from the RecurrencePattern structure More...
|
| |
| static System::ArrayPtr< uint8_t > | CreateAppointmentRecurData (System::SharedPtr< Calendar::Model::CalendarComponent > component, System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Calendar::Model::Component::EventComponent >>> recurrenceSpecialCases, System::SharedPtr< MapiCalendarTimeZone > localTimeZone, System::SharedPtr< MapiMessageItemBase > parent) |
| | Creates the AppointmentRecur data. More...
|
| |
| static System::SharedPtr< MapiCalendarRecurrencePattern > | ParseRecurrencePattern (System::SharedPtr< Calendar::Model::Recur > recurrencePattern) |
| | Parses the MapiCalendarRecurrencePattern from the calendar recurrence. More...
|
| |
| static System::ArrayPtr< uint8_t > | ToByteArray (System::SharedPtr< MapiCalendarRecurrencePattern > recurrencePattern, System::DateTime startDate, System::DateTime endDate, System::DateTime startWhole, System::DateTime endWhole, System::DateTime clipStart, System::DateTime clipEnd, System::SharedPtr< MapiCalendarTimeZone > localTimeZone, bool isAllDay) |
| | Parses the MapiCalendarRecurrencePattern from the calendar recurrence. More...
|
| |
| static System::SharedPtr< MapiCalendarRecurrencePattern > | FromString (System::String pattern) |
| | Creates MapiCalendarRecurrencePattern from string pattern of recurrence rule. More...
|
| |
◆ MapiCalendarRecurrencePatternFactory()
| Aspose::Email::Mapi::MapiCalendarRecurrencePatternFactory::MapiCalendarRecurrencePatternFactory |
( |
| ) |
|
|
delete |
◆ CreateAppointmentRecurData()
Creates the AppointmentRecur data.
- Parameters
-
| component | The calendar component of iCalendar. |
| recurrenceSpecialCases | |
| localTimeZone | The calendar local TimeZone |
- Returns
- The byte array that represents AppointmentRecur data.
◆ FromString()
Creates MapiCalendarRecurrencePattern from string pattern of recurrence rule.
- Parameters
-
| pattern | The string value of recurrence rule in iCalendar format. |
- Returns
◆ ParseRecurrencePattern() [1/2]
◆ ParseRecurrencePattern() [2/2]
◆ ToByteArray()