IExchangeRuleExtCallback::GetVersion
The GetVersion method retrieves the version number of the Microsoft Exchange Client.
HRESULT GetVersion(
  ULONG FAR * pulVersion,  
  ULONG ulFlags            
);
 
Parameters
- 
pulVersion
- 
Output parameter. Points to a LONG variable where the version number is stored.
- 
ulFlags 
- 
Input parameter. Specifies the version information that is returned:
- 
EECBGV_GETBUILDVERSION
- 
Returns the build number of Microsoft Exchange Server, with the major version in the high word and the minor version in the low word.
- 
EECBGV_GETACTUALVERSION
- 
Returns the Microsoft Exchange Server version number in the low word and operating system version number in the high word.
- 
EECBGV_GETVIRTUALVERSION
- 
Returns the Microsoft Exchange Server version number in the low word and operating system version number in the high word.
 
Return Values
See Return Values.
See Also
IExchangeRuleExtCallback