Hi,
I am wondering how to open a website inside Outlook 2007 programmatically using C#?
and still retain the ToDo bar.
thank you
Hi,
I am wondering how to open a website inside Outlook 2007 programmatically using C#?
and still retain the ToDo bar.
thank you
I'm not sure, but I bet you can display a Windows Forms form, right? Put a WebBrowser control on that form, and you're all set.