Platform SDK: Exchange Server

HrMAPISetPropBoolean

The HrMAPISetPropBoolean function sets a Boolean property.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPISetPropBoolean(
  LPMAPIPROP lpObj, 
  ULONG ulPropTag,  
  BOOL *fProp       
);
 

Parameters

lpObj
Input parameter. Points to a MAPI IMAPIProp interface containing the object.
ulPropTag
Input parameter. Property tag.
fProp
Intput parameter. Property.

Return Values

See Return Values.

Remarks

For an example of using this function, see Sending a Message. For more information on this function, see the HrMAPISetPropBoolean 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