HrMAPISetPropBinary

The HrMAPISetPropBinary function sets a binary property.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPISetPropBinary(
  LPMAPIPROP lpObj, 
  ULONG ulPropTag,  
  ULONG cbProp,     
  LPVOID lpvProp    
);
 

Parameters

lpObj
Input parameter. Points to a MAPI IMAPIProp interface containing the object.
ulPropTag
Input parameter. Property tag.
cbProp
Input parameter. Number of bytes in property.
lpvProp
Input parameter. Points to property.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrMAPISetPropBinary 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

HrMAPISetPropLong, HrMAPISetPropString, HrMAPISetPropSystime