Skip to main content

core.mailattachment.filename

Home > @medplum/core > MailAttachment > filename

MailAttachment.filename property

filename to be reported as the name of the attached file, use of unicode is allowed. If you do not want to use a filename, set this value as false, otherwise a filename is generated automatically

Signature:

readonly filename?: string | false;