Navigation Pane

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using VS 2005 VSTO.

How do I progrmatically add a custom Navigation Pane Tab. The current tabs
are (Mail, Calendar,Contacts,Tasks,Notes,Folder List, Shortcuts, Journal)

For my first attempt at a VSTO solution was to create a custom tab and
hopefully load a webpage in the right area. If I cant load a webpage then
maybe a custom details pane.

I coudn't find any info on this. I did find info on adding command buttons
and the like.

Thanks for any suggestions or info!
 
Outlook doesn't support custom navigation panes. You can show a web page instead of a folder by using the WebViewURL and WebViewOn properties.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top