Outlook Security Component - Version 2.0.2013.323 If you are doing development with outlook object model, you may have seen the message box with message like this ¡°a program is trying to access e-mail addresses you have stored in Outlook¡±. The dialog requires to click the button on the dialog manually. This is very annoying when what you need to do is to make an automatic mail with outlook.The reason behind it is that outlook has secured its object model in order to avoid malware to use outlook to send emails. For example, when you want to access the email address field of mail item, it may pop up the alog below: When you want to send email with mail item Send method, it will show the dialog as below: