I want to change the default Outlook Startup folder using C#.
Thank you
CodePudding user response:
You can set the folder being displayed in Outlook at any moment using the following (null checking omitted):
Application.ActiveExplorer.CurrentFolder = AnyOtherMAPIFolder;