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 |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendar> |
IEWSClient.fetchMapiCalendar(Iterable<String> calendarUris)
Fetch array of
MapiCalendar objects. |
com.aspose.ms.System.Collections.Generic.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)
Creates appointment.
|
String |
IEWSClient.createAppointment(MapiCalendar appointment,
String folderUri)
Creates appointment.
|
String |
IEWSClient.createAppointment(MapiCalendar appointment,
String folderUri,
boolean suppressInvitations)
Creates appointment.
|
void |
MapiCalendarExceptionInfo.parseExceptionEmbeddedMessage(MapiCalendar msg)
Retrieves data from a message.
|
void |
IEWSClient.updateAppointment(MapiCalendar appointment)
Updates appointment.
|
void |
IEWSClient.updateAppointment(MapiCalendar appointment,
String folderUri)
Updates appointment.
|