RuleActionsType.ForwardAsAttachmentToRecipients Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ForwardAsAttachmentToRecipients As EmailAddressType()
Get
Set
'Usage
Dim instance As RuleActionsType
Dim value As EmailAddressType()
value = instance.ForwardAsAttachmentToRecipients
instance.ForwardAsAttachmentToRecipients = value
public EmailAddressType[] ForwardAsAttachmentToRecipients { get; set; }
Property Value
Type: []