View Single Post
  #5  
Old November 14th 07, 05:04 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Insert an image in a new email

Just to add to what Ken says, if Word is the email editor, you have an additional option: Return a Word.Document object using the Inspector.WordEditor method, then use Word methods to insert a picture. In this instance, the Word macro recorder can be your friend.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Wolfgang Kais" wrote in message ...
Dear newsgroup.

I am trying to insert a picture into a new email using vba code in Outlook
2003. The attachments.add method seems to add an attachment (or an icon),
but what I want is to automate the functionality of the menu command "Insert
Picture" that will display the picture inline. How can this be done using
VBA?

Thanks in advance,
Wolfgang


Ads