| Modifier and Type | Method and Description |
|---|---|
MapiCalendar |
IEWSClient.fetchMapiCalendar(String calendarUri)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiCalendar |
IEWSClient.fetchMapiCalendar(String calendarUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
| Modifier and Type | Method and Description |
|---|---|
IGenericList<MapiCalendar> |
IEWSClient.fetchMapiCalendar(Iterable<String> calendarUris)
Fetch array of
MapiCalendar objects. |
IGenericList<MapiCalendar> |
IEWSClient.fetchMapiCalendar(Iterable<String> calendarUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of
MapiCalendar objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
IEWSClient.cancelAppointment(MapiCalendar appointment)
Cancels appointment.
|
void |
IEWSClient.cancelAppointment(MapiCalendar appointment,
String folderUri)
Cancels appointment.
|
String |
IEWSClient.createAppointment(MapiCalendar appointment,
String folderUri,
boolean suppressInvitations)
Creates appointment.
|
static MapiCalendarCollection |
MapiCalendarCollection.to_MapiCalendarCollection(MapiCalendar[] contacts)
Converts array to collection
|
void |
IEWSClient.updateAppointment(MapiCalendar appointment)
Updates appointment.
|
void |
IEWSClient.updateAppointment(MapiCalendar appointment,
String folderUri)
Updates appointment.
|
| Constructor and Description |
|---|
MapiCalendarCollection(IGenericEnumerable<MapiCalendar> collection)
Initializes a new instance of the
MapiCalendarCollection class. |
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.