Class RuleActions
Contents
[
Hide
]RuleActions class
Represents the set of actions that are available to a rule.
public sealed class RuleActions
Constructors
| Name | Description |
|---|---|
| RuleActions() | Initializes a new instance of the RuleActions class |
Properties
| Name | Description |
|---|---|
| AssignCategories { get; set; } | Gets or sets the categories that are stamped on e-mail messages. |
| CopyToFolder { get; set; } | Gets or sets the folder that e-mail items will be copied to. |
| Delete { get; set; } | Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder. |
| ForwardAsAttachmentToRecipients { get; set; } | Gets or sets the e-mail addresses to which messages are to be forwarded as attachments. |
| ForwardToRecipients { get; set; } | Gets or sets the e-mail addresses to which messages are to be forwarded. |
| MarkAsRead { get; set; } | Gets or sets a value indicating whether messages are to be marked as read. |
| MarkImportance { get; set; } | Gets or sets the importance that is to be stamped on messages. |
| MoveToFolder { get; set; } | Gets or sets the ID of the folder that e-mail items will be moved to. |
| PermanentDelete { get; set; } | Gets or sets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder. |
| RedirectToRecipients { get; set; } | Gets or sets the e-mail addresses to which messages are to be redirected. |
| SendSMSAlertToRecipients { get; set; } | Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent. |
| ServerReplyWithMessage { get; set; } | Gets or sets the ID of the template message that is to be sent as a reply to incoming messages. |
| StopProcessingRules { get; set; } | Gets or sets a value indicating whether subsequent rules are to be evaluated. |
See Also
- namespace Aspose.Email.Clients.Exchange
- assembly Aspose.Email