| | |
c# sending email image doesnt show
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2009
Posts: 109
Reputation:
Solved Threads: 16
Images are not embedded into HTML files, they are referenced. HTML files are just text files, they tell the browser where to find the content.
That is the HTML document tells the browser where to find the image files, in your case the folder in the same directory.
MS Word documents embed the image into the document, so .doc file actually contains the image data as well as the text.
To solve your problem you must send the HTML document and the directory with all of the images.
That is the HTML document tells the browser where to find the image files, in your case the folder in the same directory.
MS Word documents embed the image into the document, so .doc file actually contains the image data as well as the text.
To solve your problem you must send the HTML document and the directory with all of the images.
Last edited by Stinomus; Jun 4th, 2009 at 10:28 pm.
![]() |
Similar Threads
- Sending email from a shell script (Shell Scripting)
- How to Refresh Captcha Image - help ASAP (JavaScript / DHTML / AJAX)
- doesnt show anything (PHP)
- Option of sending email either by Outlook or CDO (VB.NET)
- c++ (sending email) (C++)
- page doesnt load in opera and warning to IE users doesnt show help please? (PHP)
- Sending email from c++ application (C++)
- Need help on sending email with image and text (Social Media and Online Communities)
Other Threads in the C# Forum
- Previous Thread: [C#:Question] Programmer Skills
- Next Thread: confused
| Thread Tools | Search this Thread |
.net access ado.net algorithm application array barchart bitmap box broadcast buttons c# chat check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset date/time datetime degrees development draganddrop drawing elevated encryption enum event excel file files form format forms function gdi+ httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick mysql networking operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





