Replies: 1 comment 1 reply
-
There is no specific API for getting a mail item. But the API you mentioned is in the Office namespace, so it might work in Outlook. Have you tried it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I am creating an extension for Outlook Mail, where I need a complete mail item (From, To, Body, etc.) converted into a PDF from the Outlook Office API.
For a better understanding, a similar PDF document that we also find when opening a print preview.
There is an API for getting a document in PDF format in Word and Excel via the following API: Office.context.document.getFileAsync(Office.FileType.Pdf, async (asyncResult: Office.AsyncResult<Office.File>)
But there is nothing similar in providing such output in Outlook Mail item.
Kindly share if I am missing something or if it is under development.
Your suggestions will be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions