RuleActions.ForwardToRecipients Property

Definition

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

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

Property Value

A collection of e-mail addresses.

Remarks

The ForwardToRecipients property represents an action that forwards a message to the specified recipients.

To disable forwarding messages, empty the ForwardToRecipients property.

The ForwardToRecipients 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