HrSetOneProp 

The HrSetOneProp function changes one property of an object.

 

Note  This function may not be supported in future versions of MAPI.

 

Quick Info

Header file:

MAPIUTIL.H

Implemented by:

MAPI

Called by:

Client applications and service providers

 

HrSetOneProp(

    LPMAPIPROP pmp,

 

    LPSPropValue pprop

 

   );

 

 

Parameters

pmp

[in] Pointer to an IMAPIPropHP08HX interface or an interface derived from IMAPIProp.

pprop

[in] Pointer to the SPropValue81C9._8 structure defining the property to be changed.

 

Remarks

Unlike the IMAPIProp::SetPropsXCFLAC method, the HrSetOneProp function does not return any warning. Because it sets only one property, it simply either succeeds or fails. To change multiple properties, use the faster SetProps.

See Also

HrGetOnePropCAKEAG