You can display a web page in the built-in browser in Outlook by using CommandBars techniques to invoke the address control on the Web toolbar. Here's a VBA snippet for you to adapt:
set objWeb = _
Application.ActiveExplorer.CommandBars.FindControl (26, 1740)
objWeb.text = strURL
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"satishsuman" wrote in message ...
Thanx Sue.
I am doing it in vc++/ATL without MFC.
I tried it and now I am able to fetch the page in any of existing folder
(eg. Contacts, inbox etc.).
But, I want to create it but without creating any (or using existing) folder.
Is there a method for that?
Regards
Satish