RuleActions

Inheritance: java.lang.Object

public final class RuleActions

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

Constructors

ConstructorDescription
RuleActions()Initializes a new instance of the RuleActions class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuecom.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueMailAddressCollection

setForwardToRecipients(MailAddressCollection value)

public final void setForwardToRecipients(MailAddressCollection value)

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

Parameters:

ParameterTypeDescription
valueMailAddressCollection

setMarkAsRead(boolean value)

public final void setMarkAsRead(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

setMarkImportance(int value)

public final void setMarkImportance(int value)

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

Parameters:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueboolean

setRedirectToRecipients(MailAddressCollection value)

public final void setRedirectToRecipients(MailAddressCollection value)

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

Parameters:

ParameterTypeDescription
valueMailAddressCollection

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:

ParameterTypeDescription
valueMailAddressCollection

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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int