RuleActions.ForwardAsAttachmentToRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.