HrMAPIAppendAddressList

The HrMAPIAppendAddressList function adds an address list entry to an address list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIAppendAddressList(
  ULONG cProps,           
  LPSPropValue lpPropValues,  
  LPADRLIST * lppAdrList  
);
 

Parameters

cProps
Input parameter. Count of values in address list pointed to by lpPropValues.
lpPropValues
Input parameter. Points to a MAPI SPropValue structure containing the address list entry.
lppAdrList
Input/output parameter. Points to address list array.

Return Values

See Return Values.

Remarks

The lppAdrList parameter contains the original address array before the call; it contains the address array with the new entry after the call.

For information on the SPropValue structure, see the MAPI Programmer's Reference.

See Also

HrMAPICreateAddressList, HrMAPICreateSizedAddressList, HrMAPISetAddressList