c# - Expand/collapse folders in the Outlook navigation pane programmatically -
I am writing to add-in for Outlook using C #. Is Outlook 2007 folders a way to expand and collapse the program in the navigation pane? Also, is an event removed when a folder is expanded?
Outlook does not expose incidents that you may want to expand or collapse folders in the previewview. You can do this using the API.
Comments
Post a Comment