Modifier and Type | Class and Description |
---|---|
class |
MapiCalendarDailyRecurrencePattern
Represents the daily recurrence pattern of the mapi calendar
|
class |
MapiCalendarMonthlyNthRecurrencePattern
Represents the monthly nth recurrence pattern of the mapi calendar
|
class |
MapiCalendarMonthlyRecurrencePattern
Represents the monthly recurrence pattern of the mapi calendar
|
class |
MapiCalendarWeeklyRecurrencePattern
Represents the weekly recurrence pattern of the mapi calendar
|
class |
MapiCalendarYearlyAndMonthlyRecurrencePattern
Represents the yearly and monthly recurrence pattern of the mapi calendar
|
Modifier and Type | Method and Description |
---|---|
static MapiCalendarRecurrencePattern |
MapiCalendarRecurrencePatternFactory.fromString(String pattern)
Creates MapiCalendarRecurrencePattern from string pattern of recurrence rule.
|
MapiCalendarRecurrencePattern |
MapiTask.getRecurrence()
Gets or sets the recurrence properties.
|
MapiCalendarRecurrencePattern |
MapiCalendarEventRecurrence.getRecurrencePattern()
Gets or sets the recurrence pattern
|
Modifier and Type | Method and Description |
---|---|
void |
MapiTask.setRecurrence(MapiCalendarRecurrencePattern value)
Gets or sets the recurrence properties.
|
void |
MapiCalendarEventRecurrence.setRecurrencePattern(MapiCalendarRecurrencePattern value)
Gets or sets the recurrence pattern
|