MailComposer attachment name

I am saving the html to pdf with Print.printToFileAsync({ html }) and then I want to send this pdf via MailComposer.
Is there a way to add a name to the attachment? Something like:
const options = { attachments: [ {name: 'MyFile', uri }] }

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.