Platform SDK: Exchange Server

HrMAPIGetPropBinary

The HrMAPIGetPropBinary function obtains the binary value of a property from a property tag.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIGetPropBinary(
  LPMAPIPROP lpObj, 
  ULONG ulPropTag,  
  ULONG *lpcbProp,  
  LPVOID * lppvProp 
);
 

Parameters

lpObj
Input parameter. Points to a MAPI IMAPIProp interface containing the object.
ulPropTag
Input parameter. Property tag.
lpcbProp
Output parameter. Number of bytes in property.
lppvProp
Output parameter. Points to property address variable.

Return Values

See Return Values.

Remarks

Use this function when the property type is PT_BINARY.

For more information on this function, see the HrMAPIGetPropBinary function in IPROP.C under the EDKMAPI code sample in the Code Samples folder.

See Also

HrMAPIGetPropBoolean, HrMAPIGetPropLong, HrMAPIGetPropString, HrMAPIGetPropSystime