ExchangeServer.IsUnifiedMessagingServer property
Gets a value that indicates whether the Exchange server is running the Unified Messaging server role.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsUnifiedMessagingServer As Boolean
Get
'Usage
Dim instance As ExchangeServer
Dim value As Boolean
value = instance.IsUnifiedMessagingServer
public bool IsUnifiedMessagingServer { get; }
Property value
Type: System.Boolean
true if the Exchange server is a Unified Messaging server; otherwise, false.