getSecureMailAttachmentById

open fun getSecureMailAttachmentById(secureMailId: String, attachmentId: String): FileData

Retrieves the attachment metadata and the binary content.

Return

The Attachment metadata and content.

Parameters

secureMailId

The ID of the Secure Mail to which the attachment belongs.

attachmentId

The ID of the Attachment to be returned.