InboxRule.SendTextMessageNotificationTo Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute> _
Public Property SendTextMessageNotificationTo As MultiValuedProperty(Of E164Number)
    Get
    Set
'Usage
Dim instance As InboxRule
Dim value As MultiValuedProperty(Of E164Number)

value = instance.SendTextMessageNotificationTo

instance.SendTextMessageNotificationTo = value
[ParameterAttribute]
public MultiValuedProperty<E164Number> SendTextMessageNotificationTo { get; set; }