RuleActions
Contents
[
Hide
]RuleActions class
Represents the set of actions that are available to a rule.
Constructors
| Name | Description |
|---|---|
| RuleActions | Initializes a new instance of the RuleActions class |
Methods
| Name | Description |
|---|---|
| get_AssignCategories | Gets the categories that are stamped on e-mail messages. |
| get_CopyToFolder | Gets the folder that e-mail items will be copied to. |
| get_Delete | Gets a value indicating whether messages are to be moved to the Deleted Items folder. |
| get_ForwardAsAttachmentToRecipients | Gets the e-mail addresses to which messages are to be forwarded as attachments. |
| get_ForwardToRecipients | Gets the e-mail addresses to which messages are to be forwarded. |
| get_MarkAsRead | Gets a value indicating whether messages are to be marked as read. |
| get_MarkImportance | Gets the importance that is to be stamped on messages. |
| get_MoveToFolder | Gets the ID of the folder that e-mail items will be moved to. |
| get_PermanentDelete | Gets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder. |
| get_RedirectToRecipients | Gets the e-mail addresses to which messages are to be redirected. |
| get_SendSMSAlertToRecipients | Gets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent. |
| get_ServerReplyWithMessage | Gets the ID of the template message that is to be sent as a reply to incoming messages. |
| get_StopProcessingRules | Gets a value indicating whether subsequent rules are to be evaluated. |
| set_AssignCategories | Sets the categories that are stamped on e-mail messages. |
| set_CopyToFolder | Sets the folder that e-mail items will be copied to. |
| set_Delete | Sets a value indicating whether messages are to be moved to the Deleted Items folder. |
| set_ForwardAsAttachmentToRecipients | Sets the e-mail addresses to which messages are to be forwarded as attachments. |
| set_ForwardToRecipients | Sets the e-mail addresses to which messages are to be forwarded. |
| set_MarkAsRead | Sets a value indicating whether messages are to be marked as read. |
| set_MarkImportance | Sets the importance that is to be stamped on messages. |
| set_MoveToFolder | Sets the ID of the folder that e-mail items will be moved to. |
| set_PermanentDelete | Sets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder. |
| set_RedirectToRecipients | Sets the e-mail addresses to which messages are to be redirected. |
| set_SendSMSAlertToRecipients | Sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent. |
| set_ServerReplyWithMessage | Sets the ID of the template message that is to be sent as a reply to incoming messages. |
| set_StopProcessingRules | Sets a value indicating whether subsequent rules are to be evaluated. |