Programming with Outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top