See
http://www.outlookcode.com/article.aspx?id=52
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"furrbie" wrote in message
...
Hi,
I have the following code in my VC++ addin for outlook 2002:
CComQIPtrOutlook::Recipients spRecipients;
spMailItem-get_Recipients(&spRecipients);
ATLASSERT(spRecipients);
Whenever I try to get the recipient info, outlook prompts the following
message:
"A program is trying to access e-mail addresses you have stored in
Outlook..."
Is there a way to suppress or disable this pop-up from appearing?
Thanks,
Mark