FileAttachmentContents

Description

The FileAttachmentContents type holds the actual contents of a file that you upload to the server. The FileAttachmentContents type parameters are listed below.

Parameters

Name Type Description
contentsBase64 FileBufferBase64 Holds the base64 encoded contents of the file.

Usage

Inherited from FileAttachment. FileAttachmentContents is used with FileAttachment to completely describe a file attachment. For more information, see FileAttachment.

XML

See FileBufferBase64.