Moderation is an Exchange feature that was introduced in Exchange 2010 that allows the Human control of mail flow to a distribution group or mailbox. There is a good Blog article that describes the process at http://blogs.technet.com/b/exchange/archive/2009/06/10/3407662.aspx. In this installment of the How-To series I'll go through all the different ways in which you can use and manipulate moderated email via EWS. Moderation Workflow The moderation process flows through a workflow so I'll look at the full process and show where EWS can be used along that way. Before Send The first thing you can do is even before a message is going to be sent is to work out if its going to be moderated by using MailTips. Eg the following code will access the MailTip for moderation and show you if the recipient will be moderated. $MailboxName = "sender@domain.com" $Mailboxes = @( "user1@domain....
Pushing the Envelope in Messaging and Office 365 Development