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
|