Author |
|
gdweb Newbie
Joined: 15 May 2008
Online Status: Offline Posts: 12
|
Posted: 15 May 2008 at 11:06pm | IP Logged
|
|
|
How to show an email message when a message is an embedded image of the email ? we are using Mailbee.Mime.MailMessage msg.BodyHtmlText.ToString() method to display the mail body message. But when a mail message is containing any image file, the images are not display in the mail message body, but the other parts of message body is showing correctly. help me in this regard, any idea for this problem?
regards
gdweb
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 16 May 2008 at 3:40am | IP Logged
|
|
|
Use MailMessage.GetHtmlAndSaveRelatedFiles method to display HTML messages with embedded images.
Best regards,
Andrew
|
Back to Top |
|
|