ServerVersionInfo Class

Definition

The ServerVersionInfo class contains the Microsoft Exchange Server version information.

public ref class ServerVersionInfo : System::Web::Services::Protocols::SoapHeader
public class ServerVersionInfo : System.Web.Services.Protocols.SoapHeader
Public Class ServerVersionInfo
Inherits SoapHeader
Inheritance
ServerVersionInfo

Constructors

ServerVersionInfo()

The ServerVersionInfo constructor initializes a new instance of the ServerVersionInfo class.

Properties

MajorBuildNumber

The MajorBuildNumber property gets or sets the major build number.

MajorBuildNumberSpecified

The MajorBuildNumberSpecified property gets or sets a Boolean value that indicates whether the MajorBuildNumber property is serialized into the SOAP message. This property is required if the MajorBuildNumber property is specified.

MajorVersion

The MajorVersion property gets or sets the major version number.

MajorVersionSpecified

The MajorVersionSpecified property gets or sets a Boolean value that indicates whether the MajorVersion property is serialized into the SOAP message. This property is required if the MajorVersion property is specified.

MinorBuildNumber

The MinorBuildNumber property gets or sets the minor build number.

MinorBuildNumberSpecified

The MinorBuildNumberSpecified property gets or sets a Boolean value that indicates whether the MinorBuildNumber property is serialized into the SOAP message. This property is required if the MinorBuildNumber property is specified.

MinorVersion

The MinorVersion property gets or sets the minor version number.

MinorVersionSpecified

The MinorVersionSpecified property gets or sets a Boolean value that indicates whether the MinorVersion property is serialized into the SOAP message. This property is required if the MinorVersion property is specified.

Version

The Version property gets or sets the Exchange Web Services (EWS) schema version.

Applies to