PowerTCP Mail for .NET
Recipients Property




A collection of recipient addresses submitted to the server using the "RCPT TO" SMTP command, and the server's responses.
Syntax
Public ReadOnly Property Recipients As List(Of Recipient)
Dim instance As SmtpResult
Dim value As List(Of Recipient)
 
value = instance.Recipients
public List<Recipient> Recipients {get;}
public: __property List<Recipient*>* get_Recipients();
public:
property List<Recipient^>^ Recipients {
   List<Recipient^>^ get();
}

Property Value

A generic List containing recipients and responses.
See Also

Reference

SmtpResult Class
SmtpResult Members


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