I have a private special email set up for only receiving scanned files. I already have a Macro to download all attachments from a specific folder. However, I need to preview the attachments before downloading. Is there a way to create a macro to automatically preview the attachment(s) in an email when I select the email, as opposed to selecting each attachment to preview them?
Asked
Active
Viewed 300 times
0
-
What type of file? – 0m3r Dec 04 '18 at 19:41
-
It is a .pdf file – Dan White Dec 04 '18 at 21:53
1 Answers
0
You can create / modify the HTML body to reference the images added as graphics attachments to your email.

Dmitry Streblechenko
- 62,942
- 4
- 53
- 78
-
-
See, for example, https://stackoverflow.com/questions/6224766/how-to-add-an-embedded-image-to-an-html-message-in-outlook-2010 – Dmitry Streblechenko Dec 04 '18 at 23:20
-
Thank you, but that seems over complicated for what I am trying to accomplish – Dan White Dec 06 '18 at 17:58