Ews.GetAttachment Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
GetAttachment(EwsAttachmentId)
Gets an attachment identified by its ID.
Declaration
public Attachment GetAttachment(EwsAttachmentId attachmentId)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsAttachmentId | attachmentId | ID of an attachment to get. |
Returns
| Type | Description |
|---|---|
| Attachment | Attachment object if the attachment is found; null reference (Nothing in VB.NET) otherwise. |