| | |
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 (Growing an Online Community)
Other Threads in the C# Forum
- Previous Thread: [C#:Question] Programmer Skills
- Next Thread: confused
| Thread Tools | Search this Thread |
.net access activedirectory algorithm array barchart bitmap box broadcast buttons c# check checkbox client combobox connect control conversion cryptographyc#winformsencryption csharp custom database datagrid datagridview dataset datetime degrees development disabled displayingopenforms draganddrop drawing encryption enum event excel file foreach form format forms ftp function gdi+ httpwebrequest image index index-error input install java label list listbox listview mandelbrot math mathematics mouseclick mysql operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox security server setup sleep socket sql statistics stream string table text textbox thread time timer totaldays update user usercontrol validation visual visualstudio webbrowser windows winforms wpf xml





