RuleActions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the set of actions that are available to a rule.
public ref class RuleActions sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class RuleActions : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class RuleActions
Inherits ComplexProperty
- Inheritance
Remarks
This class represents the possible actions that are taken when the conditions of a rule evaluate to true.
Properties
AssignCategories |
Gets the categories that are stamped on e-mail messages. |
CopyToFolder |
Gets or sets the ID of the folder that e-mail items will be copied to. |
Delete |
Gets or sets a value that indicates whether messages should be moved to the Deleted Items folder. |
ForwardAsAttachmentToRecipients |
Gets the e-mail addresses to which messages should be forwarded as attachments. |
ForwardToRecipients |
Gets the e-mail addresses to which messages should be forwarded. |
MarkAsRead |
Gets or sets a value that indicates whether messages should be marked as read. |
MarkImportance |
Gets or sets the importance that should be stamped on messages. |
MoveToFolder |
Gets or sets the ID of the folder that e-mail items will be moved to. |
PermanentDelete |
Gets or sets a value that indicates whether messages should be permanently deleted and not saved to the Deleted Items folder. |
RedirectToRecipients |
Gets the e-mail addresses to which messages should be redirected. |
SendSMSAlertToRecipients |
Gets the mobile phone numbers to which a Short Message Service (SMS) alert should be sent. |
ServerReplyWithMessage |
Gets or sets the ID of the template message that should be sent as a reply to incoming messages. |
StopProcessingRules |
Gets or sets a value that indicates whether subsequent rules should be evaluated. |