RuleActionsType.ForwardToRecipients Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ForwardToRecipients As EmailAddressType()
    Get
    Set
'Usage
Dim instance As RuleActionsType
Dim value As EmailAddressType()

value = instance.ForwardToRecipients

instance.ForwardToRecipients = value
public EmailAddressType[] ForwardToRecipients { get; set; }

Property Value

Type: []