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