The HrMAPIGetPropToFile function saves a property in a file.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPIGetPropToFile(
LPMAPIPROP lpObj,
ULONG ulPropTag,
LPTSTR lpszFilename,
ULONG * lpcbProp
);
See Return Values.
For more information on this function, see the HrMAPIGetPropToFile 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.