Platform SDK: MAPI |
The HrGetOneProp function retrieves the value of a single property from a property interface, that is, an interface derived from IMAPIProp.
Note This function may not be supported in future versions of MAPI.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications and service providers |
HrGetOneProp( LPMAPIPROP pmp, ULONG ulPropTag, LPSPropValue FAR * ppprop );
Unlike the IMAPIProp::GetProps method, the HrGetOneProp function never returns any warning. Because it retrieves only one property, it simply either succeeds or fails. For retrieving multiple properties, GetProps is faster.
You can set or change a single property with the HrSetOneProp function.