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.