Working with Inbox rules by using the EWS Managed API
Updated: May 7, 2013
Find information about how to use the EWS Managed API to manage Inbox rules for Exchange mailboxes.
Applies to: Exchange 2013 | Exchange Online | Exchange Server 2010 Service Pack 1 (SP1) | EWS Managed API
Inbox rules are sets of conditions and associated actions that enable users to automatically organize, categorize, and act on messages as the messages are delivered. For example, a rule can be created to move any incoming mail that contains a certain string in the subject to a predetermined folder.
Rule evaluation is triggered when email messages are delivered in a user's mailbox. The conditions in a rule are evaluated against the properties of the incoming message. If the conditions evaluate to TRUE, the rule actions are executed by the server.
Inbox rules are server-side rules and are handled entirely by the Exchange server.
Note
|
|---|
|
Items that are created directly in the Inbox by using EWS do not trigger Inbox rules. Only items delivered to the Inbox via message transport are evaluated against the Inbox rules. |
|
Date |
Description |
|---|---|
|
May 07, 2013 |
Added information about when Inbox rules are triggered. |
|
July 16, 2012 |
Initial publication |
Note