Guest
Guest
|
Hello,
I am writing an add-in which should save a mail to a local folder. However, accessing the body of mail or using SaveAs method does not work in Outlook XP without security warnings. Add-in also needs to send email as well, which also generates a security warning.
Is there a solution for them other than using redemption?
Best wishes,
Koray. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
|
Guest
Guest
|
Great! I would like to ask a couple of questions about it.
1.Would I be able integrate the security manager to my project easily, without changing the structure of my code? I have to use it on 2 add-ins that is almost complete.
2. Would it disable all security popups in Outlook 2000, XP(2002) and 2003 for all service packs? (at least for SP2 and SP3)? Especially Outlook 2002 proved to be very problematic about it.
|
|
Guest
Guest
|
One more thing.
If i have to give the source code for my add-in(that uses security manager) to someone else, will he be able to modify/recompile the code without installing/purchasing security manager? He will not be interested in the security module, but change the add-in implementation when he wishes.
Thanks for al
Koray. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Koray.
1.Would I be able integrate the security manager to my project easily, without changing the structure of my code?
Yes. Please look at the simple examples on the following web page:
http://www.add-in-express.com/outlook-security/
Would it disable all security popups in Outlook 2000, XP(2002) and 2003 for all service packs?
Yes.
If i have to give the source code for my add-in(that uses security manager) to someone else, will he be able to modify/recompile the code without installing/purchasing security manager?
He will be able to modify/recompile the code but he will not be able to run the application without installing/purchasing security manager. In this case I would advise you to use the conditional compilation to exclude the security manager code from the application if it is built by another developer.
|
|