HrNDRAddToFailedRecipList

The HrNDRAddToFailedRecipList function appends a recipient entry to the list of failed recipients.

Quick Info

Header file: GWREPORT.H
Library: GWREPORT.LIB

HRESULT HrNDRAddToFailedRecipList(
  ULONG cFailedProps,      
  LPSPropValue lpFailedProps,  
  LPADRLIST *  lppAdrList  
);
 

Parameters

cFailedProps
Input parameter. Count of failed properties in lpFailedProps.
lpFailedProps
Input parameter. Points to an array of MAPI SPropValue structures, which contain the failed properties.
lppAdrList
Input/output parameter. Points to an array of MAPI ADRLIST structures, which contain the addresses.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrNDRAddToFailedRecipList function in GWREPORT.C under the GWREPORT code sample in Code Samples folder.

For information on the ADRLIST and SPropValue structures, see the MAPI Programmer's Reference.

See Also

HrNDRGetFailedRecipList