The HrMAPIAppendAddressList function adds an address list entry to an address list.
| Header file: | EDKMAPI.H | 
| Library: | EDKMAPI.LIB | 
HRESULT HrMAPIAppendAddressList(
  ULONG cProps,           
  LPSPropValue lpPropValues,  
  LPADRLIST * lppAdrList  
);
 See Return Values.
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.
HrMAPICreateAddressList, HrMAPICreateSizedAddressList, HrMAPISetAddressList