| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
CalendarOptions |
Service.getCalendarOptions()
Gets the calendar options.
|
CalendarOptions |
Service.getCalendarOptions(FolderId folderId)
Gets the calendar options.
|
CalendarOptions |
Service.getCalendarOptions(StandardFolder standardFolder)
Gets the calendar options.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions)
Creates the calendar options.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Creates the calendar options.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Creates the calendar options.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions)
Update calendar options.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Update calendar options.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Update calendar options.
|