Share via


MailboxServer.IsPhoneticSupportEnabled property

Gets or sets a value that indicates whether phonetics are supported by the server.

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

Syntax

'Declaration
Public ReadOnly Property IsPhoneticSupportEnabled As Boolean
    Get
'Usage
Dim instance As MailboxServer
Dim value As Boolean

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

Property value

Type: System.Boolean
true if phonetics are supported by the server; otherwise, false.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace