You can now display emails in Windows Forms applications:
-
First you need to add reference to the three assemblies:
- Mail.dll
- MailBrowserControl.dll
- ProtocolEx.dll
-
Add MailBrowserControl to the Toolbox:
-
Drag and drop the control on to the form.
-
Then just use Navigate method:
-
That's it! Note that all images and HTML are loaded from memory, no temporary files were created.
You can find working example in the Mail.dll download package.