Class ExchangeServerInfo

    • Constructor Detail

      • ExchangeServerInfo

        public ExchangeServerInfo()
        Instantiates a new exchange server info.
    • Method Detail

      • getMajorVersion

        public int getMajorVersion()
        Gets the Major Exchange server version number.
        Returns:
        the major version
      • setMajorVersion

        public void setMajorVersion​(int majorVersion)
        Sets the major version.
        Parameters:
        majorVersion - the new major version
      • getMinorVersion

        public int getMinorVersion()
        Gets the Minor Exchange server version number.
        Returns:
        the minor version
      • setMinorVersion

        public void setMinorVersion​(int minorVersion)
        Sets the minor version.
        Parameters:
        minorVersion - the new minor version
      • getMajorBuildNumber

        public int getMajorBuildNumber()
        Gets the Major Exchange server build number.
        Returns:
        the major build number
      • setMajorBuildNumber

        public void setMajorBuildNumber​(int majorBuildNumber)
        Sets the major build number.
        Parameters:
        majorBuildNumber - the new major build number
      • getMinorBuildNumber

        public int getMinorBuildNumber()
        Gets the Minor Exchange server build number.
        Returns:
        the minor build number
      • setMinorBuildNumber

        public void setMinorBuildNumber​(int minorBuildNumber)
        Sets the minor build number.
        Parameters:
        minorBuildNumber - the new minor build number
      • getVersionString

        public String getVersionString()
        Gets the Exchange server version string (e.g. "Exchange2010")
        Returns:
        the version string
      • setVersionString

        public void setVersionString​(String versionString)
        Sets the version string.
        Parameters:
        versionString - the new version string