PowerTCP Mail for .NET
RecipientReport Property




A collection of Recipient objects which associates each recipient's System.Net.Mail.MailAddress with the response received from the server when the address was submitted.
Syntax
Public ReadOnly Property RecipientReport As List(Of Recipient)
Dim instance As PipelineSendException
Dim value As List(Of Recipient)
 
value = instance.RecipientReport
public List<Recipient> RecipientReport {get;}
public: __property List<Recipient*>* get_RecipientReport();
public:
property List<Recipient^>^ RecipientReport {
   List<Recipient^>^ get();
}
See Also

Reference

PipelineSendException Class
PipelineSendException Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic