ExchangeClient.FetchAttachment
ExchangeClient.FetchAttachment method
Fetches the attachment
public Attachment FetchAttachment(string attachmentUri)
Parameter | Type | Description |
---|---|---|
attachmentUri | String | The attachment uri. (Attachment uri can be retrieved using ListMessages(folder, ExchangeListMessagesOptions.FetchAttachmentInformation) method) |
Return Value
Attachment
that represents fetched attachment
Exceptions
exception | condition |
---|---|
AsposeArgumentException | attachmentUri is null or empty |
See Also
- class Attachment
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email