warnings from outlook/Redemption

  • Thread starter Thread starter Lars Roland
  • Start date Start date
L

Lars Roland

Hi:

I am using Redemption in a VBA addin to outlook XP. The addins sends an
email using the SafeMailItem in Redemption - this works fine, if the user
after this email is sent, then clicks on his/her's contacts - then outlook
pops up with a warning saying that: "a program is tryeing to acces the
email address you have stored". Can this warning be supressed somehow ???.


Thanks.
 
Are you saying that if a user clicks on the Contcts folder, Outlook displays
a security prompt? Do you have any third-party add-ins installed?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
My addin adds a commandbar to outlook. One of the buttons on this
commandbar sends a email using SafeMailItem - if I after I have clicked on
this button then click on my contacts folder then outlook displays a
security prompt - I do not have any third-part add-ins installed.
 
Will you still get the prompt if you comment out the Redemption part?

Well most of the work is done with redemption, so removeing the Redemption
part does not make much sense (there is almoste no code left if i remove
it)- I have implemented BeforeFolderSwitch and this somehow seam to have
solved the problem.


Thanks for the help.


Regards. Lars Roland.
 
Back
Top