Uses of Class
microsoft.exchange.webservices.data.core.response.DeleteAttachmentResponse

Packages that use DeleteAttachmentResponse
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.exception.service.remote   
microsoft.exchange.webservices.data.core.request   
 

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

Methods in microsoft.exchange.webservices.data.core that return types with arguments of type DeleteAttachmentResponse
 ServiceResponseCollection<DeleteAttachmentResponse> ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
          Deletes attachments.
 

Uses of DeleteAttachmentResponse in microsoft.exchange.webservices.data.core.exception.service.remote
 

Constructor parameters in microsoft.exchange.webservices.data.core.exception.service.remote with type arguments of type DeleteAttachmentResponse
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message)
          Initializes a new instance of DeleteAttachmentException.
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message, Exception innerException)
          Initializes a new instance of DeleteAttachmentException.
 

Uses of DeleteAttachmentResponse in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return DeleteAttachmentResponse
protected  DeleteAttachmentResponse DeleteAttachmentRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
 



Copyright © 2012–2015 Microsoft. All rights reserved.