Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET IMAP

 AfterLogic Forum : MailBee.NET IMAP
Subject Topic: embeded images Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
talaattito
Groupie
Groupie
Avatar

Joined: 05 October 2011
Location: Egypt
Online Status: Offline
Posts: 44
Posted: 25 November 2012 at 12:31am | IP Logged Quote talaattito

please this is my code
-------------------------------------
Dim msg As New MailMessage
msg = pop.DownloadEntireMessage("1")
msg.GetHtmlAndSaveRelatedFiles()
msg.Parser.HtmlToPlainMode = HtmlToPlainAutoConvert.IfNoPlain
txtsubject.Text = msg.Subject
fromstr = msg.From.Email.ToString
If msg.BodyHtmlText = "" Then
txtbody.InnerText = msg.BodyPlainText
Else
txtbody.InnerHtml = msg.BodyHtmlText
End If
msg.Attachments.SaveAll("c:\Temp\")
-------------------------------------------------
my problem is embeded images not appear in the body what is the wrong of my code
please help me
im using mailbee.net 7.2
thanks
Back to Top View talaattito's Profile Search for other posts by talaattito
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 26 November 2012 at 12:38am | IP Logged Quote Igor

I've responded to this one here.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide