Table of Contents

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

int

MajorVersion

Gets the Major Exchange server version number

public int MajorVersion { get; }

Property Value

int

MinorBuildNumber

Gets the Minor Exchange server build number

public int MinorBuildNumber { get; }

Property Value

int

MinorVersion

Gets the Minor Exchange server version number

public int MinorVersion { get; }

Property Value

int

VersionString

Gets the Exchange server version string (e.g. "Exchange2010")

public string VersionString { get; }

Property Value

string

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