Mailbox.IsPersonToPersonTextMessagingEnabled property

Gets a value that indicates whether another mailbox user can send a text message to the owner of this mailbox.

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

Syntax

'Declaration
Public ReadOnly Property IsPersonToPersonTextMessagingEnabled As Boolean
    Get
'Usage
Dim instance As Mailbox
Dim value As Boolean

value = instance.IsPersonToPersonTextMessagingEnabled
public bool IsPersonToPersonTextMessagingEnabled { get; }

Property value

Type: System.Boolean
true if another mailbox user can send text messages to this mailbox user; otherwise, false.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace