Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.SendCancellationsMode
-
-
Uses of SendCancellationsMode in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type SendCancellationsMode Modifier and Type Method Description voidExchangeService. 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 Modifier and Type Method Description static SendCancellationsModeSendCancellationsMode. 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 Modifier and Type Method Description voidDeleteItemRequest. 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 Modifier and Type Method Description protected abstract voidServiceObject. 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 Modifier and Type Method Description protected voidFolder. 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 Modifier and Type Method Description protected SendCancellationsModeAppointment. getDefaultSendCancellationsMode()Gets the default setting for sending cancellations on Delete.protected SendCancellationsModeItem. getDefaultSendCancellationsMode()Gets the default setting for sending cancellations on Delete.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type SendCancellationsMode Modifier and Type Method Description voidAppointment. delete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode)Deletes this appointment.protected voidConversation. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)This is not supported in this object.protected voidItem. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes the 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 Modifier and Type Method Description protected voidPostReply. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes the object.protected voidRemoveFromCalendar. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes the object.protected voidResponseObject. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes the object.protected voidSuppressReadReceipt. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes the object.
-