View Single Post
  #2  
Old July 29th 07, 12:37 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Programming with Outlook

MSDN has a complete reference for Outlook, both for VBA and for NET.

There is, however, no simple call to display the address book in a browser window. You'd need to run client-side code to iterate the information in the current Outlook session, which would be subject to Outlook security prompts and browser and anti-virus application security issues.

You might want to explain more about what you're trying to accomplish. What's the big picture? There might be alternatives.

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


"mad-z" wrote in message ...
How can I read the outlook Address Book and display it in a browser Window?
Is there a quality API Reference manual / book / website for Outlook APIs
with examples.

Ads