Modifier and Type | Method and Description |
---|---|
Item |
ExchangeService.updateItem(Item item,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Updates an item.
|
ServiceResponseCollection<UpdateItemResponse> |
ExchangeService.updateItems(Iterable<Item> items,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Updates multiple item in a single EWS call.
|
Modifier and Type | Method and Description |
---|---|
static SendInvitationsOrCancellationsMode |
SendInvitationsOrCancellationsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendInvitationsOrCancellationsMode[] |
SendInvitationsOrCancellationsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SendInvitationsOrCancellationsMode |
UpdateItemRequest.getSendInvitationsOrCancellationsMode()
Gets the send invitations or cancellations mode.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateItemRequest.setSendInvitationsOrCancellationsMode(SendInvitationsOrCancellationsMode value)
Sets the send invitations or cancellations mode.
|
Modifier and Type | Method and Description |
---|---|
protected SendInvitationsOrCancellationsMode |
Item.getDefaultSendInvitationsOrCancellationsMode()
Gets the default settings for sending invitations or cancellations on
Update.
|
protected SendInvitationsOrCancellationsMode |
Appointment.getDefaultSendInvitationsOrCancellationsMode()
Gets the default settings for sending invitations on Save.
|
Modifier and Type | Method and Description |
---|---|
protected Item |
Item.internalUpdate(FolderId parentFolderId,
ConflictResolutionMode conflictResolutionMode,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Update item.
|
void |
Appointment.update(ConflictResolutionMode conflictResolutionMode,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Applies the local changes that have been made to this appointment.
|
Copyright © 2012–2015 Microsoft. All rights reserved.