Documentation

RuleActionsType extends Type
in package

Represents the set of actions that are available to be taken on a message when conditions are fulfilled.

Table of Contents

Properties

$AssignCategories  : ArrayOfStringsType
Represents the categories that are stamped on e-mail messages.
$CopyToFolder  : TargetFolderIdType
Identifies the ID of the folder that e-mail items will be copied to.
$Delete  : bool
Indicates whether messages are to be moved to the Deleted Items folder.
$ForwardAsAttachmentToRecipients  : ArrayOfEmailAddressesType
Indicates the e-mail addresses to which messages are to be forwarded as attachments.
$ForwardToRecipients  : ArrayOfEmailAddressesType
Indicates the e-mail addresses to which messages are to be forwarded.
$MarkAsRead  : bool
Indicates whether messages are to be marked as read.
$MarkImportance  : string
Specifies the importance that is to be stamped on messages.
$MoveToFolder  : TargetFolderIdType
Identifies the ID of the folder that e-mail items will be moved to.
$PermanentDelete  : bool
Indicates whether messages are to be permanently deleted and not saved to the Deleted Items folder.
$RedirectToRecipients  : ArrayOfEmailAddressesType
Indicates the e-mail addresses to which messages are to be redirected.
$SendSMSAlertToRecipients  : ArrayOfEmailAddressesType
Indicates the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
$ServerReplyWithMessage  : ItemIdType
Indicates the ID of the template message that is to be sent as a reply to incoming messages.
$StopProcessingRules  : bool
Indicates whether subsequent rules are to be evaluated.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$AssignCategories

Represents the categories that are stamped on e-mail messages.

public ArrayOfStringsType $AssignCategories
Tags
since

Exchange 2010

$CopyToFolder

Identifies the ID of the folder that e-mail items will be copied to.

public TargetFolderIdType $CopyToFolder
Tags
since

Exchange 2010

$Delete

Indicates whether messages are to be moved to the Deleted Items folder.

public bool $Delete
Tags
since

Exchange 2010

$ForwardAsAttachmentToRecipients

Indicates the e-mail addresses to which messages are to be forwarded as attachments.

public ArrayOfEmailAddressesType $ForwardAsAttachmentToRecipients
Tags
since

Exchange 2010

$ForwardToRecipients

Indicates the e-mail addresses to which messages are to be forwarded.

public ArrayOfEmailAddressesType $ForwardToRecipients
Tags
since

Exchange 2010

$MarkAsRead

Indicates whether messages are to be marked as read.

public bool $MarkAsRead
Tags
since

Exchange 2010

$MarkImportance

Specifies the importance that is to be stamped on messages.

public string $MarkImportance
Tags
since

Exchange 2010

see
ImportanceChoicesType

$MoveToFolder

Identifies the ID of the folder that e-mail items will be moved to.

public TargetFolderIdType $MoveToFolder
Tags
since

Exchange 2010

$PermanentDelete

Indicates whether messages are to be permanently deleted and not saved to the Deleted Items folder.

public bool $PermanentDelete
Tags
since

Exchange 2010

$RedirectToRecipients

Indicates the e-mail addresses to which messages are to be redirected.

public ArrayOfEmailAddressesType $RedirectToRecipients
Tags
since

Exchange 2010

$SendSMSAlertToRecipients

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

public ArrayOfEmailAddressesType $SendSMSAlertToRecipients
Tags
since

Exchange 2010

$ServerReplyWithMessage

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

public ItemIdType $ServerReplyWithMessage
Tags
since

Exchange 2010

$StopProcessingRules

Indicates whether subsequent rules are to be evaluated.

public bool $StopProcessingRules
Tags
since

Exchange 2010

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results