I am developing an external Outlook 2007 and am encountering problems with Security Security MessageBoxes . I know that I can disconnect it from the trust center and configure access to programmatic access to true, but I want to disable it by code.
How to disable Outlook Security MessageBox by code?
Note. I use C # and VSTO.
source
share