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