RuleActions

RuleActions class

Represents the set of actions that are available to a rule.

Constructors

NameDescription
RuleActionsInitializes a new instance of the RuleActions class

Methods

NameDescription
get_AssignCategoriesGets the categories that are stamped on e-mail messages.
get_CopyToFolderGets the folder that e-mail items will be copied to.
get_DeleteGets a value indicating whether messages are to be moved to the Deleted Items folder.
get_ForwardAsAttachmentToRecipientsGets the e-mail addresses to which messages are to be forwarded as attachments.
get_ForwardToRecipientsGets the e-mail addresses to which messages are to be forwarded.
get_MarkAsReadGets a value indicating whether messages are to be marked as read.
get_MarkImportanceGets the importance that is to be stamped on messages.
get_MoveToFolderGets the ID of the folder that e-mail items will be moved to.
get_PermanentDeleteGets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder.
get_RedirectToRecipientsGets the e-mail addresses to which messages are to be redirected.
get_SendSMSAlertToRecipientsGets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
get_ServerReplyWithMessageGets the ID of the template message that is to be sent as a reply to incoming messages.
get_StopProcessingRulesGets a value indicating whether subsequent rules are to be evaluated.
set_AssignCategoriesSets the categories that are stamped on e-mail messages.
set_CopyToFolderSets the folder that e-mail items will be copied to.
set_DeleteSets a value indicating whether messages are to be moved to the Deleted Items folder.
set_ForwardAsAttachmentToRecipientsSets the e-mail addresses to which messages are to be forwarded as attachments.
set_ForwardToRecipientsSets the e-mail addresses to which messages are to be forwarded.
set_MarkAsReadSets a value indicating whether messages are to be marked as read.
set_MarkImportanceSets the importance that is to be stamped on messages.
set_MoveToFolderSets the ID of the folder that e-mail items will be moved to.
set_PermanentDeleteSets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder.
set_RedirectToRecipientsSets the e-mail addresses to which messages are to be redirected.
set_SendSMSAlertToRecipientsSets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
set_ServerReplyWithMessageSets the ID of the template message that is to be sent as a reply to incoming messages.
set_StopProcessingRulesSets a value indicating whether subsequent rules are to be evaluated.