Table of Contents

TTMSFNCCLoudMailChimpFile Class

Represents a file attached to or embedded in a message, including its name, MIME type, and base64-encoded content.

API unit family: TMSFNCCloudMailChimp.Transactions Inherits from: TPersistent

Syntax

TTMSFNCCLoudMailChimpFile = class(TPersistent)

Properties

Name Description
Content The base64-encoded file content.
FileName The file name presented to the recipient.
MimeType The MIME type describing the file content, for example image/png.

Methods

Name Description
ToJSON Serializes the file to its JSON representation.