Uses of Class
microsoft.exchange.webservices.data.core.response.GetAttachmentResponse
-
Packages that use GetAttachmentResponse Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.request -
-
Uses of GetAttachmentResponse in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type GetAttachmentResponse Modifier and Type Method Description protected ServiceResponseCollection<GetAttachmentResponse>ExchangeService. getAttachments(Attachment[] attachments, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)Gets attachments. -
Uses of GetAttachmentResponse in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return GetAttachmentResponse Modifier and Type Method Description protected GetAttachmentResponseGetAttachmentRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.
-