Outlook Address list from COM Add in

  • Thread starter Thread starter sri
  • Start date Start date
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
 
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
 
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


.
 
Back
Top