View Single Post
  #1  
Old October 10th 07, 04:48 AM posted to microsoft.public.outlook.program_addins
furrbie
external usenet poster
 
Posts: 6
Default How to suppress security warning? (Outlook 2002 ATL VC++ addin)

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