Mailbox.IsMachineToPersonTextMessagingEnabled Property
Gets a value that indicates whether the server can send text messages to a user.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsMachineToPersonTextMessagingEnabled As Boolean
Get
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.IsMachineToPersonTextMessagingEnabled
public bool IsMachineToPersonTextMessagingEnabled { get; }
Property Value
Type: System.Boolean
true if the server can send text messages; otherwise, false.
See Also