![]() |
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
|
|||
|
|||
![]()
Hi
I am assigning stationery via code to a new email as below. The problem is that the image included in stationery does not appear in the sent mail. What is the problem and how can I fix it? There must be someone who has done this sort of thing, and outlook being around for so long someone must have figured a way to do this. Thanks Regards Code ==== Set fso = CreateObject("Scripting.FileSystemObject") Set Ts = fso.OpenTextFile("F:\Email Stationery\Email_Template.htm", 1) Set OutlookApp = New Outlook.Application Set EM = OutlookApp.CreateItem(olMailItem) With EM .To = " .Subject = "Any Subject" .HTMLBody = Ts.ReadAll .Send End With Content of F:\Email Stationery\Email_Template.htm ================================== HTML HEAD /HEAD BODY img src="file:///F|/MyFolder/MyImage.jpg" width="89" height="59" /body /HTML |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
No image when stationery applied via code | John | Outlook - General Queries | 2 | January 23rd 08 04:56 AM |
No image when stationery applied via code | John | Outlook and VBA | 2 | January 23rd 08 04:56 AM |
Image not displaying when applying stationery via code | John | Outlook and VBA | 1 | November 22nd 07 06:22 AM |
Image not displaying when applying stationery via code | John | Outlook - General Queries | 0 | November 21st 07 10:33 PM |
Image not displaying when applying stationery via code | John | Outlook - Installation | 0 | November 21st 07 10:33 PM |