JDBC Driver for Garoon

Build 26.0.9655

DownloadMessageAttachment

Download a message attachment file.

Input

Name Type Required Accepts Output Streams Description
FileId String False False File Id to download.
MessageId String False False Message Id to download all the attachments in the Message.
DownloadLocation String False False Download location. This is required when MessageId is specified.
Encoding String False False The FileData input encoding type.

使用できる値は次のとおりです。NONE, BASE64

デフォルト値はBASE64です。

FileStream String False True An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided.

Result Set Columns

Name Type Description
Status String The status of the operation.
FileData String If the DownloadLocation and FileStream are not provided, this contains the content of the file.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655