View Single Post
  #7  
Old June 20th 07, 02:01 PM posted to microsoft.public.outlook.general,microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default "A program is trying to access e-mail addresses you have stored in Outlook" warning message

Yes. Extended MAPI is the API that Microsoft provides for access to Outlook data without triggering security prompts.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Stroller" wrote in message . co.uk...

Could someone possibly clarify:

Strategies appropriate for ISVs include, in order of descending
security and complexity:
Use Extended MAPI instead of Outlook objects, Simple MAPI, or CDO
1.21 for all code that potentially triggers security prompts. This
is the most secure strategy and is what Microsoft recommends for
external applications; it used by tools such as PDA synchronization
applications.

Will this ensure that the prompt is not triggered?

Stroller.

Ads