EXCHANGE_STORE_VERSION_NUM

Applies to: Outlook 2013 | Outlook 2016

Stores version information for the Microsoft Exchange Server that accounts in a Microsoft Office Outlook profile are connected to.

Quick info

typedef struct { 
    WORD wMajorVersion; 
    WORD wMinorVersion; 
    WORD wBuild; 
    WORD wMinorBuild; 
} EXCHANGE_STORE_VERSION_NUM; 

Members

wMajorVersion

  • Major version number that is generally incremented when a release contains significant new features and changes in functionality.

wMinorVersion

  • Minor version number that corresponds to a specific major version number and that is generally incremented when a release contains minor new features or significant fixes.

wBuild

  • Major build number that corresponds to specific major and minor version numbers and that is generally incremented in an internal release that contains new features or fixes. This value is also incremented when the release is a major internal code branch or milestone, such as a release candidate.

wMinorBuild

  • Minor build number that is generally incremented in an internal release that contains new features or fixes corresponding to a specific major build that denotes a major code branch or milestone.

See also

About MAPI Additions

PidTagProfileServerFullVersion Canonical Property