Outlook Address list from COM Add in

S

sri

Hi,
Is there any way i can invoke the standard outlook
address list from my COM Add-in without using MAPI.
Regards
sri
 
K

Ken Slovak - [MVP - Outlook]

Are you talking about the address book that is displayed when you
press the To button in an email, as an example? If you can use
Extended MAPI (C++ or Delphi only) or you can use CDO 1.21's
Session.AddressBook method. Dmitry's Redemption also lets you call the
AddressBook method (www.dimastr.com/redemption).

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 
S

sri

Yes. I would like to open the address list that is
displayed when clicking the To button from my COM Add-in.
But i do not want to use CDO since i want the COM Add-in
to be trusted. Is there any other way i can do it without
using Redemption.
Thanks
Sri
-----Original Message-----
Are you talking about the address book that is displayed when you
press the To button in an email, as an example? If you can use
Extended MAPI (C++ or Delphi only) or you can use CDO 1.21's
Session.AddressBook method. Dmitry's Redemption also lets you call the
AddressBook method (www.dimastr.com/redemption).

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm


sri said:
Hi,
Is there any way i can invoke the standard outlook
address list from my COM Add-in without using MAPI.
Regards
sri


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top