The HrMAPIGetPropSystime function obtains the system time value of a property from a property tag.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPIGetPropSystime(
LPMAPIPROP lpObj,
ULONG ulPropTag,
LPFILETIME lpSystime
);
See Return Values.
Use this function when the property type is PT_SYSTIME.
For more information on this function, see the HrMAPIGetPropSystime 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.
HrMAPIGetPropBinary, HrMAPIGetPropBoolean, HrMAPIGetPropString, HrMAPIGetPropLong