Platform SDK: Exchange Server

HrGetPropTagValue

The HrGetPropTagValue function obtains the property-tag value for a property-tag name string.

Quick Info

Header file: PROPTAG.H
Library: PROPTAG.LIB

HRESULT HrGetPropTagValue(
  LPSTR lpszPropName, 
  ULONG * pulPropTag  
);
 

Parameters

lpszPropName
Input parameter. Points to the property-tag name string.
pulPropTag
Output parameter. Points to a ULONG that is set to the returned property-tag value upon success.

Return Values

See Return Values.

See Also

HrGetPropTagName