Hi Tad,
The only way to display the Select Names dialog for Outlook 2003 is by using CDO, which as you stated is not supported from managed code. If re-writing your solution in native code isn't an option, you will either need to target your add-in for Outlook 2007 (which supports this in the object model), or use an alternative APIs to display this dialog.
--Ryan |