The HrDRAddToDeliveredRecipList function adds a recipient entry to the delivered recipient list.
Header file: | GWREPORT.H |
Library: | GWREPORT.LIB |
HRESULT HrDRAddToDeliveredRecipList(
ULONG cDeliveredProps,
LPSPropValue lpDeliveredProps,
LPADRLIST * lppAdrList
);
See Return Values.
You must call the HrDRCreateDeliveredRecipList function to create the initial, empty delivered recipient list for the lppAdrList parameter.
You must call the HrDRGetDeliveredRecip function to create each recipient entry and to get the values for the cDeliveredProps and lpDeliveredProps parameters.
For information on the SPropValue structure, see the MAPI Programmer's Reference.
HrDRCreateDeliveredRecipList, HrDRGetDeliveredRecip