Uses of Class
microsoft.exchange.webservices.data.core.response.CreateAttachmentResponse
-
-
Uses of CreateAttachmentResponse in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type CreateAttachmentResponse Modifier and Type Method Description ServiceResponseCollection<CreateAttachmentResponse>ExchangeService. createAttachments(String parentItemId, Iterable<Attachment> attachments)Creates attachments. -
Uses of CreateAttachmentResponse 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 CreateAttachmentResponse Constructor Description CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message)Initializes a new instance of CreateAttachmentException.CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message, Exception innerException)Initializes a new instance of CreateAttachmentException. -
Uses of CreateAttachmentResponse in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return CreateAttachmentResponse Modifier and Type Method Description protected CreateAttachmentResponseCreateAttachmentRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.
-