![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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) |
#3
|
|||
|
|||
![]()
I did have a look at this - the simple method shown at the bottom does not work
Have not tried the complex method. Also would need quite a bit of fiddling for multiple images as indicated If you create an Email in Outlook and insert a picture into the text and then save the document as TML you see something like Seems an awful pity that the Outlook Object model does not expose this process "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) |
#4
|
|||
|
|||
![]()
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) |
#5
|
|||
|
|||
![]()
If you already have a Word document, you can use the "Office envelope" technique demonstrated he http://www.outlookcode.com/codedetail.aspx?id=1333
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "amg51" wrote in message ... 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) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to embed .doc with hyperlinks into an Outlook email? | admin asst | Outlook - Using Contacts | 0 | April 24th 07 08:20 PM |
linked images will not embed in forwarded email | Richard G Wimer | Outlook - Installation | 0 | August 27th 06 06:34 PM |
embed pictures in Outlook | belto | Outlook - General Queries | 1 | July 5th 06 04:44 PM |
can't embed images | Barbara | Outlook Express | 2 | February 3rd 06 06:23 PM |
embed a image in outlook forms | vinnie f | Outlook - Using Forms | 3 | January 26th 06 10:56 PM |