'Automatically save a send email as Adobe PDF and save in a folder
I would like to create an automatic step whenever I send certain emails with the subject line "Filing" and email body containing "filing done" to save these send emails as Adobe PDF inside my personal folder.
May I know how can I go about creating this?
Solution 1:[1]
I don't think you have an automatic/in-built option available for this from native Outlook perspective. Being said that, you can try one of the following approaches:
- Use Microsoft Flow, when the mail is sent trigger the action to save as PDF and save it in folder
- Create Outlook native Outlook Object Model API to send email, save it as PDF referencing Word Object model. Here's an example how you can make use of it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Dev |