The HrMAPIAppendSPropValues function adds an array of one or more MAPI SPropValue structures to the end of an existing array of SPropValue structures.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPIAppendSPropValues(
ULONG cHeadProps,
LPSPropValue lpHeadProps,
ULONG cTailProps,
LPSPropValue lpTailProps,
ULONG * lpcNewProps,
LPSPropValue * lppNewProps
);
See Return Values.
Use the MAPI IMAPIProp::GetProps method to get a list of properties.
For more information on this function, see the HrMAPIAppendSPropValues function in IPROP.C under the EDKMAPI code sample in the Code Samples folder.
For information on the IMAPIProp::GetProps method and SPropValue structure, see the MAPI Programmer's Reference.