ExchangeClient.FetchAttachment

ExchangeClient.FetchAttachment method

Fetches the attachment

public Attachment FetchAttachment(string attachmentUri)
ParameterTypeDescription
attachmentUriStringThe attachment uri. (Attachment uri can be retrieved using ListMessages(folder, ExchangeListMessagesOptions.FetchAttachmentInformation) method)

Return Value

Attachment that represents fetched attachment

Exceptions

exceptioncondition
AsposeArgumentExceptionattachmentUri is null or empty

See Also