Getting MS-Outlook embedded images and saving them within the file system using MS-Access VBA -


i have special question concerning ms-outlook , ms-access vba. want import email data outlook database (and file system > attachments , embedded images). using google find ways emails incl. emails properties , attachments. need images embedded in rich text- , html-emails. there way realize via vba?

thanks in advance.

tommy

embedded html images regular image attachments , can saved using attachment.saveasfile.

embedded rtf images different story: ole objects, , attachment.saveasfile fail. can use redemption - rdoattachment.saveasfile extract wmf, word, excel, powerpoint, pdf, etc. attachments attachment ole storage.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -