UMMailbox.UMSMSNotificationOption Property

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UMSMSNotificationOption As UMSMSNotificationOptions
    Get
    Set
'Usage
Dim instance As UMMailbox
Dim value As UMSMSNotificationOptions

value = instance.UMSMSNotificationOption

instance.UMSMSNotificationOption = value
[ParameterAttribute(Mandatory = false)]
public UMSMSNotificationOptions UMSMSNotificationOption { get; set; }