RuleActionsTypeForwardAsAttachmentToRecipients Property |
Namespace:
Aspose.Email.Clients.Exchange.WebService.Schema_2016
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic EmailAddressType[] ForwardAsAttachmentToRecipients { get; set; }Public Property ForwardAsAttachmentToRecipients As EmailAddressType()
Get
Set
public:
property array<EmailAddressType^>^ ForwardAsAttachmentToRecipients {
array<EmailAddressType^>^ get ();
void set (array<EmailAddressType^>^ value);
}member ForwardAsAttachmentToRecipients : EmailAddressType[] with get, set
Property Value
Type:
EmailAddressType
Remarks
See Also