Поделиться через


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
Public method ServerVersionInfo The ServerVersionInfo constructor initializes a new instance of the ServerVersionInfo class.

Top

Properties

  Name Description
Public property Actor (Inherited from SoapHeader.)
Public property DidUnderstand (Inherited from SoapHeader.)
Public property EncodedMustUnderstand (Inherited from SoapHeader.)
Public property EncodedMustUnderstand12 (Inherited from SoapHeader.)
Public property EncodedRelay (Inherited from SoapHeader.)
Public property MajorBuildNumber The MajorBuildNumber property gets or sets the major build number.
Public property 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.
Public property MajorVersion The MajorVersion property gets or sets the major version number.
Public property 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.
Public property MinorBuildNumber The MinorBuildNumber property gets or sets the minor build number.
Public property 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.
Public property MinorVersion The MinorVersion property gets or sets the minor version number.
Public property 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.
Public property MustUnderstand (Inherited from SoapHeader.)
Public property Relay (Inherited from SoapHeader.)
Public property Role (Inherited from SoapHeader.)
Public property Version The Version property gets or sets the Exchange Web Services (EWS) schema version.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top