HrMAPIMoveOneProp

The HrMAPIMoveOneProp function transfers a property from one object to another object.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIMoveOneProp(
  LPMAPIPROP lpSrcObj, 
  ULONG ulSrcPropTag,  
  ULONG ulDstPropTag,  
  BOOL IsMust,         
  BOOL IsReplace,      
  LPMAPIPROP lpDstObj  
);
 

Parameters

lpSrcObj
Input parameter. Points to a MAPI IMAPIProp interface containing the source object.
ulSrcPropTag
Input parameter. Source property tag.
ulDstPropTag
Input parameter. Destination property tag.
IsMust
Input parameter. Set this parameter to TRUE if this is a required property.
IsReplace
Input parameter. Set this parameter to TRUE to replace an existing destination property.
lpDstObj
Input/output parameter. Points to a IMAPIProp interface containing the destination object.

Return Values

See Return Values.

Remarks

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.

See Also

HrMAPIMoveMessage