Displaying Mail

  • Thread starter Thread starter murthy
  • Start date Start date
M

murthy

Hi,

I am currently developing a mail client. Which control can display the
message that gets downloaded from POP server. Any suggestions.

Thanks
Murthy
 
Its just not simple mails, that needs to be displayed. If I get the
embedded images with base64 encryption, how do I put them on to the
textbox or richtextbox?

- Murthy
 
Hello,

Narasimha Murthy said:
Its just not simple mails, that needs to be displayed. If I get the
embedded images with base64 encryption, how do I put them
on to the textbox or richtextbox?

You must decode them. Have a look at the 'Convert.FromBase64String' method.

HTH,
Herfried K. Wagner
 
Back
Top