ServerVersionInfo Members
Include Protected Members
Include Inherited Members
The ServerVersionInfo class contains the Microsoft Exchange Server version information.
The ServerVersionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerVersionInfo | The ServerVersionInfo constructor initializes a new instance of the ServerVersionInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Actor | (Inherited from SoapHeader.) | |
DidUnderstand | (Inherited from SoapHeader.) | |
EncodedMustUnderstand | (Inherited from SoapHeader.) | |
EncodedMustUnderstand12 | (Inherited from SoapHeader.) | |
EncodedRelay | (Inherited from SoapHeader.) | |
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. | |
MustUnderstand | (Inherited from SoapHeader.) | |
Relay | (Inherited from SoapHeader.) | |
Role | (Inherited from SoapHeader.) | |
Version | The Version property gets or sets the Exchange Web Services (EWS) schema version. |
Top