Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Can't get CommandBars in 2007, works in other Outlook versions? (http://www.outlookbanter.com/add-ins-outlook/40767-cant-get-commandbars-2007-works.html)

Beiley February 14th 07 12:18 AM

Can't get CommandBars in 2007, works in other Outlook versions?
 
My COM Add-in for Outlook works fine in 2000, XP, and 2003, but in
2007 I can't get the CommandBars. I get an exception when I try.
Here is my code:


Outlook::_Explorer* spExplorer = g_ppvApplication-ActiveExplorer();
if( spExplorer != NULL )
{
Office::_CommandBarsPtr spCmdBars;
try
{
spCmdBars = spExplorer-CommandBars;
}
catch(...)
{
// This gets called in Outlook 2007 only!
Why??

DebugTrace( DEBUG_TRACE_BASIC, "Failed to get CommandBars\n");
return;
}
}

This code is being called from my 'OnStartupComplete' function. Any
ideas/suggestions?

Thanks,
Mark
http://www.beiley.com



All times are GMT +1. The time now is 11:14 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com