V
Vadim
Hi all.
The security warning I get is: "A program is trying to access e-mail
addresses you have stored in Outlook. Do you want to allow this?" each time
we loop through the Item.Recipients collection inside Item_Open() event
handler of our custom form (based on IPM.Appointment) even if I do NOT
retrieve email addresses of the recipients.
Modifying the "Outlook object model" setting on the "Programmatic Settings
tab" is unfortunately out of the question.
Our solution consists of an Outlook COM Add-in and a custom form.
As far as I understand, there is no way to create "trusted" custom forms,
right?
Is there any other way to suppress the above warning except this one:
- register my COM Add-in. DLL as "trusted" on the Exchange server
- forward Item's EntryID to my Add-in's .DLL from my custom form
- find the same inside the Add-in's .DLL using the trusted "Application"
root object
- pass it back to my custom form and iterate over the Recipients
collection of the Item object that was accessed from the "trusted" root.
Is this even accurate?
Also, what are the steps to "trust" a Com add-in?
Do I need some sort of digital certificates for this?
Thank you in advance,
Vadim Mesonzhnik.
The security warning I get is: "A program is trying to access e-mail
addresses you have stored in Outlook. Do you want to allow this?" each time
we loop through the Item.Recipients collection inside Item_Open() event
handler of our custom form (based on IPM.Appointment) even if I do NOT
retrieve email addresses of the recipients.
Modifying the "Outlook object model" setting on the "Programmatic Settings
tab" is unfortunately out of the question.
Our solution consists of an Outlook COM Add-in and a custom form.
As far as I understand, there is no way to create "trusted" custom forms,
right?
Is there any other way to suppress the above warning except this one:
- register my COM Add-in. DLL as "trusted" on the Exchange server
- forward Item's EntryID to my Add-in's .DLL from my custom form
- find the same inside the Add-in's .DLL using the trusted "Application"
root object
- pass it back to my custom form and iterate over the Recipients
collection of the Item object that was accessed from the "trusted" root.
Is this even accurate?
Also, what are the steps to "trust" a Com add-in?
Do I need some sort of digital certificates for this?
Thank you in advance,
Vadim Mesonzhnik.