DownloadAttachment
Download Attachment
Input
Name | Type | Accepts Output Streams | Description |
AttachmentId | String | False | Attachment id, for instance: 5000000000000009867. Required. |
DownloadFolder | String | False | Download folder. Required. |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if DownloadFolder is not provided. |
Result Set Columns
Name | Type | Description |
FileName | String | The name of the downloaded file |
Base64EncodedData | String | Base64 encoded string. |