Edit

Share via


RuleActions.ForwardAsAttachmentToRecipients Property

Definition

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

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

Property Value

A collection of e-mail address.

Remarks

The ForwardAsAttachmentToRecipients property represents an action that forwards a message as an embedded attachment to the specified recipient.

To disable forwarding incoming messages, empty the ForwardAsAttachmentToRecipients property.

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