attachments property

List<String>? attachments
getter/setter pair

List of IDs of attachments found in the email. Use these IDs with the Inbox and Email Controllers to download attachments and attachment meta data such as filesize, name, extension.

Implementation

List<String>? attachments;