View Single Post
  #4  
Old June 10th 08, 05:36 PM posted to microsoft.public.outlook.program_vba
amg51
external usenet poster
 
Posts: 3
Default Embed images in Outlook

The method is also not very useful if you create a HTML document with Word or
Publisher which contains a number of images. You would then want to read
through the HTML body and replace any src=c:\filename.jpg while you were
creating html body say with src=cid:xxxxxx but with this method you have to
have created the message before you can get the cid's

"Jon Lewis @btinternet.com" wrote:

Have a look at this link:
http://www.outlookcode.com/d/code/htmlimg.htm

HTH


"amg51" wrote in message
...
How do I embed images in Outlook ( from Access VBA using the Outlook
Object
model)


When you use Outlook itself to create an Email and insert pictures into
the
body they do not appear as attachments (or are they hidden attachments)




Ads