ExchangeServer.IsExchange2007OrLater property
Gets a value that indicates whether the version of Exchange that the server is running is a version of Exchange starting with Exchange Server 2007.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsExchange2007OrLater As Boolean
Get
'Usage
Dim instance As ExchangeServer
Dim value As Boolean
value = instance.IsExchange2007OrLater
public bool IsExchange2007OrLater { get; }
Property value
Type: System.Boolean
true if the version of Exchange is Exchange 2007 or later; otherwise, false.