HrMAPISetPropLong

The HrMAPISetPropLong function sets a long property.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI LIB

HRESULT HrMAPISetPropLong(
  LPMAPIPROP lpObj, 
  ULONG ulPropTag,  
  ULONG ulProp      
);
 

Parameters

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

Return Values

See Return Values.

Remarks

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

HrMAPISetPropBinary, HrMAPISetPropString, HrMAPISetPropSystime