ADO.NET Provider for Mailchimp

Build 26.0.9655

DownloadAccountExports

Downloads an account export file by export Id.

Input

Name Type Required Accepts Output Streams Description
ExportId String True False The Id of the account export to download.
FileLocation String False False The file system path where the downloaded file is saved.
FileStream String False True An instance of an output stream where file data is written to. Only used if FileLocation is not provided.
Encoding String False False The encoding type used for the FileData output.

The allowed values are NONE, BASE64.

The default value is BASE64.

Result Set Columns

Name Type Description
FileData String The content of the downloaded file, returned when neither FileLocation nor FileStream is provided.
Success String Indicates whether the download was successful.

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