Class ExchangeServerInfo
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents Exchange server information.
public sealed class ExchangeServerInfo
- Inheritance
-
ExchangeServerInfo
- Inherited Members
Properties
MajorBuildNumber
Gets the Major Exchange server build number
public int MajorBuildNumber { get; }
Property Value
MajorVersion
Gets the Major Exchange server version number
public int MajorVersion { get; }
Property Value
MinorBuildNumber
Gets the Minor Exchange server build number
public int MinorBuildNumber { get; }
Property Value
MinorVersion
Gets the Minor Exchange server version number
public int MinorVersion { get; }
Property Value
VersionString
Gets the Exchange server version string (e.g. "Exchange2010")
public string VersionString { get; }
Property Value
Remarks
The version is a string rather than an enum since its possible for the client to be connected to a later server for which there would be no appropriate enum value.
Methods
ToString()
Override ToString method
public override string ToString()
Returns
- string
Canonical ExchangeService version string