Overview This blog post demonstrates how to decrypt and un-sign a message programmatically using the Outlook Object Model. Encrypt email messages When you need to protect the privacy of an email message, encrypt it. Encrypting an email message in…
Outlook: How to determine the owner of an item (including an item from a shared folder)
Outlook doesn’t have any built in methods to find the owner of an item. The question was asked if it is possible to find this information when the user is looking at an item in a shared folder. For example,…
Outlook Code: BeforeItemMove event not being triggered for all the folders
We have recently had a case where the BeforeItemMove event wasn’t being triggered when switching between two calendar folders in Outlook 2007 or 2010. To subscribe for the event we were using the Outlook.Explorer.CurrentFolder property to retrieve the currently…
EWS Application: Disable OWA 2010 Conversation View
Exchange 2010 OWA Folder View Settings are stored in a MAPI property and are customizable per folder. Conversation View is enabled by default in OWA 2010 and even if you disable it on the existing folders, new folders you create…