Platform SDK: Exchange Server |
The HrMAPISetPropFromFile function sets a property from a file where the property was saved by the HrMAPIGetPropToFile function.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPISetPropFromFile( LPMAPIPROP lpObj, ULONG ulPropTag, LPTSTR lpszFilename, ULONG *lpcbProp );
See Return Values.
For more information on this function, see the HrMAPISetPropFromFile 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.