Automatically Allow Programmatic Access To Outlook
There is a Public Shared Folder that exists on a corporate exchange server. I am trying to connect to the outlook folder, and monitor it for incoming mail. However, When I connect
Solution 1:
If you get prompt when reading the MailItem.Body property, your workarounds are listed at http://www.outlookcode.com/article.aspx?id=52.
The registry keys above will do nothing. Your options are Extended MAPI (C++ or Delphi only), MAPI wrapper such as Redemption (which can be accessed form Python) or an app like ClickYes.
Post a Comment for "Automatically Allow Programmatic Access To Outlook"