HrMAPIGetPropBoolean

The HrMAPIGetPropBoolean function obtains the Boolean value of a property from a property tag.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIGetPropBoolean(
  LPMAPIPROP lpObj, 
  ULONG ulPropTag,  
  BOOL *lpfProp     
);
 

Parameters

lpObj
Input parameter. Points to a MAPI IMAPIProp interface containing the object.
ulPropTag
Input parameter. Property tag.
lpfProp
Output parameter. Points to property variable.

Return Values

See Return Values.

Remarks

Use this function when the property type is PT_BOOLEAN.

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

For information on the IMAPIProp interface, see the MAPI Programmer's Reference.

See Also

HrMAPIGetPropBinary, HrMAPIGetPropLong, HrMAPIGetPropString, HrMAPIGetPropSystime