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)
Deprecated.
Please, use CreateItem(MapiMessageItemBase item) method instead of it.
|
String |
IEWSClient.createAppointment(MapiCalendar appointment,
String folderUri)
Deprecated.
Please, use CreateItem(string folderUri, MapiMessageItemBase item) method instead of it.
|
String |
IEWSClient.createAppointment(MapiCalendar appointment,
String folderUri,
boolean suppressInvitations)
Creates appointment.
|
void |
IEWSClient.updateAppointment(MapiCalendar appointment)
Updates appointment.
|
void |
IEWSClient.updateAppointment(MapiCalendar appointment,
String folderUri)
Updates appointment.
|