Platform SDK: Exchange Server

HrMAPISetPropSystime

The HrMAPISetPropSystime function sets a system time property.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPISetPropSystime(
  LPMAPIPROP lpObj,     
  ULONG ulPropTag,      
  LPFILETIME lpSystime  
);
 

Parameters

lpObj
Input parameter. Points to a MAPI IMAPIProp interface containing the object.
ulPropTag
Input parameter. Property tag.
lpSystime
Input parameter. Points to a MAPI FILETIME structure containing the time.

Return Values

See Return Values.

Remarks

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

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

See Also

HrMAPISetPropBinary, HrMAPISetPropLong, HrMAPISetPropString