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

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -