|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ServiceResponseException in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that throw ServiceResponseException | |
|---|---|
void |
Conversation.copyItemsInConversation(FolderId contextFolderId,
FolderId destinationFolderId)
Copies items in the specified conversation to a specific folder. |
protected ServiceResponseCollection<CreateAttachmentResponse> |
ExchangeService.createAttachments(String parentItemId,
Iterable<Attachment> attachments)
* Creates attachments. |
protected ServiceResponseCollection<DeleteAttachmentResponse> |
ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
* Deletes attachments. |
void |
Conversation.deleteItems(FolderId contextFolderId,
DeleteMode deleteMode)
Deletes items in the specified conversation. |
void |
Conversation.disableAlwaysCategorizeItems(boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is no longer categorized. |
void |
Conversation.disableAlwaysDeleteItems(boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder. |
void |
Conversation.disableAlwaysMoveItemsInConversation(boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder. |
void |
Conversation.enableAlwaysCategorizeItems(Iterable<String> categories,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always categorized. |
void |
Conversation.enableAlwaysDeleteItems(boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder. |
void |
Conversation.enableAlwaysMoveItems(FolderId destinationFolderId,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always moved to a specific folder. |
Collection<Suggestion> |
GetUserAvailabilityResults.getSuggestions()
Gets a collection of suggested meeting times for the specified time period. |
protected void |
ServiceResponse.internalThrowIfNecessary()
* Internal method that throws a ServiceResponseException if this response has its Result property set to Error. |
protected Item |
Item.internalUpdate(FolderId parentFolderId,
ConflictResolutionMode conflictResolutionMode,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Update item. |
void |
Conversation.moveItemsInConversation(FolderId contextFolderId,
FolderId destinationFolderId)
Moves items in the specified conversation to a specific folder. |
void |
Conversation.setReadStateForItemsInConversation(FolderId contextFolderId,
boolean isRead)
Sets the read state of items in the specified conversation. |
protected void |
ServiceResponse.throwIfNecessary()
* Throws a ServiceResponseException if this response has its Result property set to Error. |
void |
Item.update(ConflictResolutionMode conflictResolutionMode)
Applies the local changes that have been made to this item. |
Task |
Task.updateTask(ConflictResolutionMode conflictResolutionMode)
* Applies the local changes that have been made to this task. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||