Uses of Class
microsoft.exchange.webservices.data.core.response.DeleteAttachmentResponse
-
-
Uses of DeleteAttachmentResponse in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type DeleteAttachmentResponse Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description protected DeleteAttachmentResponseDeleteAttachmentRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.
-