Outlook 2010 Com addin - NewExplorer never fires
For some reason in my app my FolderSwitch works on the main Explorer that opens with the application but the NewExplorer event never fires, so obviously the FolderSwitch event won't fire on a new Explorer. I can't work out why the event doesn't fire. private List<_Outlook.Explorer> ListOfExplorerWindows = new List<_Outlook.Explorer> { }; private _Outlook.Application Application; public void OnConnection(object Application, Extensibility.ext_ConnectMode ConnectMode, object AddInInst, ref Array custom) { this.Application = (_Outlook.Application)Application; } public void OnStartupComplete(ref