The HrDRCreateDeliveredRecipList function creates an empty delivered recipient list.
Header file: | GWREPORT.H |
Library: | GWREPORT.LIB |
HRESULT HrDRCreateDeliveredRecipList(
LPADRLIST * lppAdrList
);
See Return Values.
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.
HrDRAddToDeliveredRecipList, HrDRGetDeliveredRecip