Uses of Class
microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException

Packages that use ServiceResponseException
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.misc.availability   
 

Uses of ServiceResponseException in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that throw ServiceResponseException
 ServiceResponseCollection<CreateAttachmentResponse> ExchangeService.createAttachments(String parentItemId, Iterable<Attachment> attachments)
          Creates attachments.
 ServiceResponseCollection<DeleteAttachmentResponse> ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
          Deletes attachments.
 

Uses of ServiceResponseException in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that throw ServiceResponseException
protected  void ServiceResponse.internalThrowIfNecessary()
          Internal method that throws a ServiceResponseException if this response has its Result property set to Error.
protected  void ResolveNamesResponse.internalThrowIfNecessary()
          Override base implementation so that API does not throw when name resolution fails to find a match.
 void ServiceResponse.throwIfNecessary()
          Throws a ServiceResponseException if this response has its Result property set to Error.
 

Uses of ServiceResponseException in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that throw ServiceResponseException
 void Conversation.copyItemsInConversation(FolderId contextFolderId, FolderId destinationFolderId)
          Copies item in the specified conversation to a specific folder.
 void Conversation.deleteItems(FolderId contextFolderId, DeleteMode deleteMode)
          Deletes item 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.
protected  Item Item.internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Update item.
 void Conversation.moveItemsInConversation(FolderId contextFolderId, FolderId destinationFolderId)
          Moves item in the specified conversation to a specific folder.
 void Conversation.setReadStateForItemsInConversation(FolderId contextFolderId, boolean isRead)
          Sets the read state of item in the specified conversation.
 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.
 

Uses of ServiceResponseException in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that throw ServiceResponseException
 Collection<Suggestion> GetUserAvailabilityResults.getSuggestions()
          Gets a collection of suggested meeting times for the specified time period.
 



Copyright © 2012–2015 Microsoft. All rights reserved.