0

I am currently writing an Outlook add-in using Add-in express.

If I were currently on the 'Mail' tab, is it possible to minimize the 'Inbox' sub-window using .net and C#?

I would like a programmatic way of controlling whether the Inbox window is shown or hidden.

4
  • Crude way is to get the window handle via Process class and then minimze the window. Commented Dec 28, 2011 at 10:11
  • @Bali- I dont know if this is something out of the programmer's control or not. If it is, then I was going to ask if this is an API feature for add-in express. Commented Dec 28, 2011 at 10:24
  • @zenwalker, what about this: msdn.microsoft.com/en-us/library/aa289167.aspx ? Commented Dec 28, 2011 at 10:24
  • Nope, just commented on Minimizing an application Window using C# Commented Dec 28, 2011 at 10:29

1 Answer 1

1

In Outlook 2007-2010, they introduced the NavigationPane interface; you access it is via the Explorer.NavigationPane property. You need to use NavigationPane.IsCollapsed.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.