The HrMAPIMoveOneProp function transfers a property from one object to another object.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPIMoveOneProp(
LPMAPIPROP lpSrcObj,
ULONG ulSrcPropTag,
ULONG ulDstPropTag,
BOOL IsMust,
BOOL IsReplace,
LPMAPIPROP lpDstObj
);
See Return Values.
For more information on this function, see the HrMAPIMoveOneProp 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.