Edit

Share via


RuleActions.RedirectToRecipients Property

Definition

Gets the e-mail addresses to which messages should be redirected.

public:
 property Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ RedirectToRecipients { Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailAddressCollection RedirectToRecipients { get; }
Public ReadOnly Property RedirectToRecipients As EmailAddressCollection

Property Value

A collection of e-mail address.

Remarks

The RedirectToRecipients property represents an action that redirects a message to the specified recipients. Redirected mail maintains the original sender and recipients.

To disable redirecting messages, empty the RedirectToRecipients property.

The RedirectToRecipients property is returned with the RuleActions class regardless of whether the rule that is associated with this RuleActions class has defined such a rule action. If the rule has defined and enabled such a rule action, this property will be a non-empty EmailAddressCollection object.

Applies to