![]() |
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 |
#3
|
|||
|
|||
![]()
Thank you Sue
I have read your codes. That implies that the user would have to compose the email in outlook with the embedded images, save to HTML and then, when they send using my application, they would have to enter the file names again. Is there a way to force Outlook to save the HTML with the file pathname rather than the reference that it shows now? regards george "Sue Mosher [MVP-Outlook]" wrote: Embedded graphics take a bit more effort, with CDO or Redemption. See http://www.outlookcode.com/d/code/htmlimg.htm -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "GeorgeMar" wrote in message ... I am trying to send an email created in outlook and saved as a HTML, using VBA. The email has a gif file embedded. Using .HTMLBody I can send the email if I write the pathname of the gif file but if I accept the default name given by Outlook it doesn't work. For example here is the HTML output from Outlook of a test email: META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1" !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" HTMLHEAD META http-equiv=Content-Type content="text/html; charset=iso-8859-1" META content="MSHTML 6.00.2800.1106" name=GENERATOR STYLE/STYLE /HEAD BODY bgColor=#ffffff DIVFONT face=Arial size=2dear zzz/FONT/DIV DIVFONT face=Arial size=2/FONT /DIV DIVFONT face=Arial size=2IMG alt="" hspace=0 d.net.au" align=baseline border=0/FONT/DIV DIVFONT face=Arial size=2/FONT /DIV DIVFONT face=Arial size=2thanks/FONT/DIV/BODY/HTML I Import these lines into my application's HTMLBody. The gif file is shown as d.net.au" If I send this, I get the icon for an unreconised graphics. If I replace the above line with: src="c:\filename.gif" it works. Is there a way that I can get the HTML output, listed above, to work without having to change the src to hardcoded filename? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Signature Graphics | Lorraine | Outlook - General Queries | 2 | March 3rd 06 10:28 PM |
Embedded Links Cause OE 6.0 To Freeze | cbcrocker | Outlook Express | 3 | February 16th 06 02:47 AM |
Embedded image in email - PCX file extension | Glyn Elrod | Outlook Express | 27 | February 13th 06 05:51 PM |
Photos embedded in body of text? | Pete Stolz | Outlook - General Queries | 0 | January 22nd 06 04:58 PM |
Embedded pics in HTML crash Outlook | Infoseeker | Outlook - General Queries | 0 | January 17th 06 10:05 PM |