Home All Groups Group Topic Archive Search About

How to display email messages

Author
22 Aug 2006 6:17 PM
gokhanoz
Hi. I can successfully download my email messages with their
attachments from my POP3 servers. But, I can not display them correctly
to the user. I need a component which is similar to the outlook reader
pane. Because some of emails contains remote images, so, this component
must be able to download remote images. Can anyone, advise me a name?
Also, I can save them in raw mail format which is default opening by
Outlook Express. Can any component of VB .Net 2005 display it? Or can I
use Outlook Express own components?
Thanks..

Author
24 Aug 2006 4:32 AM
GhostInAK
Hello gokhanoz,

The WebBrowser component.

-Boo

Show quoteHide quote
> Hi. I can successfully download my email messages with their
> attachments from my POP3 servers. But, I can not display them
> correctly
> to the user. I need a component which is similar to the outlook reader
> pane. Because some of emails contains remote images, so, this
> component
> must be able to download remote images. Can anyone, advise me a name?
> Also, I can save them in raw mail format which is default opening by
> Outlook Express. Can any component of VB .Net 2005 display it? Or can
> I
> use Outlook Express own components?
> Thanks..