RuleActions
Inheritance: java.lang.Object
public final class RuleActions
Represents the set of actions that are available to a rule.
Constructors
Constructor | Description |
---|---|
RuleActions() | Initializes a new instance of the RuleActions class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAssignCategories() | Gets or sets the categories that are stamped on e-mail messages. |
getClass() | |
getCopyToFolder() | Gets or sets the folder that e-mail items will be copied to. |
getDelete() | Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder. |
getForwardAsAttachmentToRecipients() | Gets or sets the e-mail addresses to which messages are to be forwarded as attachments. |
getForwardToRecipients() | Gets or sets the e-mail addresses to which messages are to be forwarded. |
getMarkAsRead() | Gets or sets a value indicating whether messages are to be marked as read. |
getMarkImportance() | Gets or sets the importance that is to be stamped on messages. |
getMoveToFolder() | Gets or sets the ID of the folder that e-mail items will be moved to. |
getPermanentDelete() | Gets or sets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder. |
getRedirectToRecipients() | Gets or sets the e-mail addresses to which messages are to be redirected. |
getSendSMSAlertToRecipients() | Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent. |
getServerReplyWithMessage() | Gets or sets the ID of the template message that is to be sent as a reply to incoming messages. |
getStopProcessingRules() | Gets or sets a value indicating whether subsequent rules are to be evaluated. |
hashCode() | |
notify() | |
notifyAll() | |
setAssignCategories(System.Collections.Specialized.StringCollection value) | Gets or sets the categories that are stamped on e-mail messages. |
setCopyToFolder(String value) | Gets or sets the folder that e-mail items will be copied to. |
setDelete(boolean value) | Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder. |
setForwardAsAttachmentToRecipients(MailAddressCollection value) | Gets or sets the e-mail addresses to which messages are to be forwarded as attachments. |
setForwardToRecipients(MailAddressCollection value) | Gets or sets the e-mail addresses to which messages are to be forwarded. |
setMarkAsRead(boolean value) | Gets or sets a value indicating whether messages are to be marked as read. |
setMarkImportance(int value) | Gets or sets the importance that is to be stamped on messages. |
setMoveToFolder(String value) | Gets or sets the ID of the folder that e-mail items will be moved to. |
setPermanentDelete(boolean value) | Gets or sets a value indicating whether messages are to be permanently deleted and not saved to the Deleted Items folder. |
setRedirectToRecipients(MailAddressCollection value) | Gets or sets the e-mail addresses to which messages are to be redirected. |
setSendSMSAlertToRecipients(MailAddressCollection value) | Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent. |
setServerReplyWithMessage(String value) | Gets or sets the ID of the template message that is to be sent as a reply to incoming messages. |
setStopProcessingRules(boolean value) | Gets or sets a value indicating whether subsequent rules are to be evaluated. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
RuleActions()
public RuleActions()
Initializes a new instance of the RuleActions class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAssignCategories()
public final System.Collections.Specialized.StringCollection getAssignCategories()
Gets or sets the categories that are stamped on e-mail messages.
Returns: com.aspose.ms.System.Collections.Specialized.StringCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCopyToFolder()
public final String getCopyToFolder()
Gets or sets the folder that e-mail items will be copied to.
Returns: java.lang.String
getDelete()
public final boolean getDelete()
Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder.
Returns: boolean
getForwardAsAttachmentToRecipients()
public final MailAddressCollection getForwardAsAttachmentToRecipients()
Gets or sets the e-mail addresses to which messages are to be forwarded as attachments.
Returns: MailAddressCollection
getForwardToRecipients()
public final MailAddressCollection getForwardToRecipients()
Gets or sets the e-mail addresses to which messages are to be forwarded.
Returns: MailAddressCollection
getMarkAsRead()
public final boolean getMarkAsRead()
Gets or sets a value indicating whether messages are to be marked as read.
Returns: boolean
getMarkImportance()
public final int getMarkImportance()
Gets or sets the importance that is to be stamped on messages.
Returns: int
getMoveToFolder()
public final String getMoveToFolder()
Gets or sets the ID of the folder that e-mail items will be moved to.
Returns: java.lang.String
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.
Returns: boolean
getRedirectToRecipients()
public final MailAddressCollection getRedirectToRecipients()
Gets or sets the e-mail addresses to which messages are to be redirected.
Returns: MailAddressCollection
getSendSMSAlertToRecipients()
public final MailAddressCollection getSendSMSAlertToRecipients()
Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
Returns: MailAddressCollection
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.
Returns: java.lang.String
getStopProcessingRules()
public final boolean getStopProcessingRules()
Gets or sets a value indicating whether subsequent rules are to be evaluated.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAssignCategories(System.Collections.Specialized.StringCollection value)
public final void setAssignCategories(System.Collections.Specialized.StringCollection value)
Gets or sets the categories that are stamped on e-mail messages.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.ms.System.Collections.Specialized.StringCollection |
setCopyToFolder(String value)
public final void setCopyToFolder(String value)
Gets or sets the folder that e-mail items will be copied to.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDelete(boolean value)
public final void setDelete(boolean value)
Gets or sets a value indicating whether messages are to be moved to the Deleted Items folder.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setForwardAsAttachmentToRecipients(MailAddressCollection value)
public final void setForwardAsAttachmentToRecipients(MailAddressCollection value)
Gets or sets the e-mail addresses to which messages are to be forwarded as attachments.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddressCollection |
setForwardToRecipients(MailAddressCollection value)
public final void setForwardToRecipients(MailAddressCollection value)
Gets or sets the e-mail addresses to which messages are to be forwarded.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddressCollection |
setMarkAsRead(boolean value)
public final void setMarkAsRead(boolean value)
Gets or sets a value indicating whether messages are to be marked as read.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setMarkImportance(int value)
public final void setMarkImportance(int value)
Gets or sets the importance that is to be stamped on messages.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMoveToFolder(String value)
public final void setMoveToFolder(String value)
Gets or sets the ID of the folder that e-mail items will be moved to.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setPermanentDelete(boolean value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRedirectToRecipients(MailAddressCollection value)
public final void setRedirectToRecipients(MailAddressCollection value)
Gets or sets the e-mail addresses to which messages are to be redirected.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddressCollection |
setSendSMSAlertToRecipients(MailAddressCollection value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddressCollection |
setServerReplyWithMessage(String value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setStopProcessingRules(boolean value)
public final void setStopProcessingRules(boolean value)
Gets or sets a value indicating whether subsequent rules are to be evaluated.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |