|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type SendCancellationsMode | |
|---|---|
void |
ExchangeService.deleteItem(ItemId itemId,
DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes an item. |
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItems(Iterable<ItemId> itemIds,
DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes multiple item in a single call to EWS. |
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core.enumeration.service |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.service that return SendCancellationsMode | |
|---|---|
static SendCancellationsMode |
SendCancellationsMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SendCancellationsMode[] |
SendCancellationsMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type SendCancellationsMode | |
|---|---|
void |
DeleteItemRequest.setSendCancellationsMode(SendCancellationsMode sendCancellationsMode)
Sets the send cancellations mode. |
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core.service |
|---|
| Methods in microsoft.exchange.webservices.data.core.service with parameters of type SendCancellationsMode | |
|---|---|
protected abstract void |
ServiceObject.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Internal delete. |
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core.service.folder |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type SendCancellationsMode | |
|---|---|
protected void |
Folder.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core.service.item |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.item that return SendCancellationsMode | |
|---|---|
protected SendCancellationsMode |
Item.getDefaultSendCancellationsMode()
Gets the default setting for sending cancellations on Delete. |
protected SendCancellationsMode |
Appointment.getDefaultSendCancellationsMode()
Gets the default setting for sending cancellations on Delete. |
| Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type SendCancellationsMode | |
|---|---|
void |
Appointment.delete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode)
Deletes this appointment. |
protected void |
Item.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
protected void |
Conversation.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
This is not supported in this object. |
| Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core.service.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type SendCancellationsMode | |
|---|---|
protected void |
SuppressReadReceipt.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
protected void |
ResponseObject.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
protected void |
RemoveFromCalendar.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
protected void |
PostReply.internalDelete(DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes the object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||