View Single Post
  #2  
Old October 10th 07, 02:44 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to suppress security warning? (Outlook 2002 ATL VC++ addin)

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


Ads