COM Addin and CDO

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

Guest

Hi All,
I am not sure whether this is the right group, please let me know if it is
not.

One of the applications I am working on, needs an email interface to show
AddressBook contents and let the users select the email address(es) and send
the email. With the security in place Dialogs are being popped for
confirmation. I am using CDO Object model to do this. I tried to look into
developing a Trusted COM Add-in but only Application Object from the Outklook
Object model is trusted. I am not sure how I can supress these dialogs
without having to install the Security Form and configure it.

If what I am doing is not right, please let me know how I can achieve the
above the task without any popup dialogs.

thanks
VB
 
I am sorry I did not mention the programming language. The application is
being developed in VB.
 
Outlook provides no "trusted" way to display the address book dialog. That's one reason a lot of developers use Redemption (http://www.dimastr.com/redemption/)

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top