Hello everyone,
In my Outlook addin project, I have a winform which currently display an
email message (Microsoft.Office.Interop.Outlook.MailItem) using a web
browser control (eg. webBrowser1.Do***entText = theMail.HTMLBody;)
This works but it has a few issues (1 - pictures are not displayed, 2-
horizontal scrollbar...). Essentially, I would like to display the message
as it displayed in outlook preview pane, mainly because I like the way it
resizes pictures and elements whenever possible in order to avoid showing
the horizontal scrollbar.
Is there a way to integrate the Outlook preview pane in one of my forms?
If
not, is there a way to get a similar behaviour (horizontal scaling and
wrapping) from the webbrowser control or another control?
Thanks in advance for your help.
Regards,
Leo


|