|
-
Sep 19th, 2005, 11:01 PM
#1
E-mail with an HTML Attachment
I just want to know, when one attaches an HTML File with an image in it does the image show in the recipient if he/she is receiving the e-mail as HTML? It doesn't seem to be when I am testing it but I might be wrong so I am asking it here...
-
Sep 19th, 2005, 11:05 PM
#2
Re: E-mail with an HTML Attachment
It depends on how your attaching it and in what editor are you using?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Sep 19th, 2005, 11:09 PM
#3
Re: E-mail with an HTML Attachment
Hmmnn... Through this program I'm playing with...
-
Sep 20th, 2005, 06:31 AM
#4
Fanatic Member
Re: E-mail with an HTML Attachment
It depends. If the <IMG> tag is referring to a local address then it would not appear as they don't have the image. If it refers to a http address (http://server/image.gif) then it may if they have an active internet connection.
Best thing to do is have them create an "images" sub-folder and put the image in there hten in the HTML just refer to it like so: <IMG SRC="/images/image.gif">
 Life is one big rock tune 
-
Sep 20th, 2005, 07:13 AM
#5
Re: E-mail with an HTML Attachment
Many email applications now block external images. However, you can still embed an image into the HTML using an inline link. This does mean however, that you need to attach the image to the email too.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|