com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class RuleActions



  • public final class RuleActions
    extends Object

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

    • Constructor Detail

      • RuleActions

        public RuleActions()

        Initializes a new instance of the RuleActions class

    • Method Detail

      • getAssignCategories

        public final com.aspose.ms.System.Collections.Specialized.StringCollection getAssignCategories()

        Gets or sets the categories that are stamped on e-mail messages.

      • setAssignCategories

        public final void setAssignCategories(com.aspose.ms.System.Collections.Specialized.StringCollection value)

        Gets or sets the categories that are stamped on e-mail messages.

      • getCopyToFolder

        public final String getCopyToFolder()

        Gets or sets the folder that e-mail items will be copied to.

      • setCopyToFolder

        public final void setCopyToFolder(String value)

        Gets or sets the folder that e-mail items will be copied to.

      • getDelete

        public final boolean getDelete()

        Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder.

      • setDelete

        public final void setDelete(boolean value)

        Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder.

      • getForwardAsAttachmentToRecipients

        public final MailAddressCollection getForwardAsAttachmentToRecipients()

        Gets or sets the e-mail addresses to which messages are to be forwarded as attachments.

      • setForwardAsAttachmentToRecipients

        public final void setForwardAsAttachmentToRecipients(MailAddressCollection value)

        Gets or sets the e-mail addresses to which messages are to be forwarded as attachments.

      • getForwardToRecipients

        public final MailAddressCollection getForwardToRecipients()

        Gets or sets the e-mail addresses to which messages are to be forwarded.

      • setForwardToRecipients

        public final void setForwardToRecipients(MailAddressCollection value)

        Gets or sets the e-mail addresses to which messages are to be forwarded.

      • getMarkImportance

        public final int getMarkImportance()

        Gets or sets the importance that is to be stamped on messages.

      • setMarkImportance

        public final void setMarkImportance(int value)

        Gets or sets the importance that is to be stamped on messages.

      • getMarkAsRead

        public final boolean getMarkAsRead()

        Gets or sets a value indicating whether messages are to be marked as read.

      • setMarkAsRead

        public final void setMarkAsRead(boolean value)

        Gets or sets a value indicating whether messages are to be marked as read.

      • getMoveToFolder

        public final String getMoveToFolder()

        Gets or sets the ID of the folder that e-mail items will be moved to.

      • setMoveToFolder

        public final void setMoveToFolder(String value)

        Gets or sets the ID of the folder that e-mail items will be moved to.

      • getPermanentDelete

        public final boolean getPermanentDelete()

        Gets or sets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder.

      • setPermanentDelete

        public final void setPermanentDelete(boolean value)

        Gets or sets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder.

      • getRedirectToRecipients

        public final MailAddressCollection getRedirectToRecipients()

        Gets or sets the e-mail addresses to which messages are to be redirected.

      • setRedirectToRecipients

        public final void setRedirectToRecipients(MailAddressCollection value)

        Gets or sets the e-mail addresses to which messages are to be redirected.

      • getSendSMSAlertToRecipients

        public final MailAddressCollection getSendSMSAlertToRecipients()

        Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.

      • setSendSMSAlertToRecipients

        public final void setSendSMSAlertToRecipients(MailAddressCollection value)

        Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.

      • getServerReplyWithMessage

        public final String getServerReplyWithMessage()

        Gets or sets the ID of the template message that is to be sent as a reply to incoming messages.

      • setServerReplyWithMessage

        public final void setServerReplyWithMessage(String value)

        Gets or sets the ID of the template message that is to be sent as a reply to incoming messages.

      • getStopProcessingRules

        public final boolean getStopProcessingRules()

        Gets or sets a value indicating whether subsequent rules are to be evaluated.

      • setStopProcessingRules

        public final void setStopProcessingRules(boolean value)

        Gets or sets a value indicating whether subsequent rules are to be evaluated.