My Outlook (2013) "Automatic Download" Settings in the Trust Centre DO NOT allow automatic download of images in received HTML messages.
I would like to KEEP this setting.

Now, I have a bunch of emails in a folder.
These emails... naturally DO NOT show images... which are all marked by a small red x... and a message saying..."Right-click here to download pictures".

It would be very tedious to donwload pictures in each of the emails individually and manually.
I would like to write a VBA macro to ENABLE "download pictures" for the emails in THIS FOLDER ONLY.

MailItem.Display only opens the email in a new window on top. Images / Pictures are not downloaded.
Something like MailItem.ShowPictures or MailItem.ShowImages ... but such a method does not seem to exist.

Perhaps, the Inspector needs to be used... but I have no idea... how to.

This query is NOT about how to embed images or link to images stored on servers for emails being written / created. This query is about Emails ALREADY RECEIVED... which have embedded pictures / links to download pictures.

Any solution would be greatly appreciated.