New Vew in outlook as addin

  • Thread starter Thread starter madhur
  • Start date Start date
M

madhur

Hello

I want to develop an Outlook Addin which will display a new view based on
one of the ListVew Controls.

Basically, I want to achieve a threaded view in Outlook 2003/2007 just like
Outlook Express or Windows Mail.

Can anyone give me pointers from where to start?

Madhur
 
You can set the folder home page that to an HTML page that will display
whatever you want.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Add-in Express 2008 for Office and .NET uses the same feature of Outlook to
show .NET forms instead of HTML pages. BTW, "the same feature" includes the
WebViewURL, WebViewOn, and WebViewAllowNavigation properties of the
Outlook.MAPIFolder class (in Outlook 2007, you can also refer to
Outlook.Folder).

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
 
Back
Top