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

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -