HrDRCreateDeliveredRecipList

The HrDRCreateDeliveredRecipList function creates an empty delivered recipient list.

Quick Info

Header file: GWREPORT.H
Library: GWREPORT.LIB

HRESULT HrDRCreateDeliveredRecipList(
  LPADRLIST * lppAdrList  
);
 

Parameters

lppAdrList
Output parameter. Points to a pointer to the MAPI ADRLIST structure that creates the empty delivered recipient list.

Return Values

See Return Values.

Remarks

The HrDRCreateDeliveredRecipList function prepares an empty delivered recipient list that you can fill in with entries that you first create with a call to HrDRGetDeliveredRecip and then add to the list with a call to HrDRAddToDeliveredRecipList.

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

See Also

HrDRAddToDeliveredRecipList, HrDRGetDeliveredRecip