SmtpMail.Recipients Property


Gets a AddressCollection for all e-mail receivers (To, Recipients, Bcc).

[VisualĀ Basic]
Public Property Recipients As AddressCollection
[C#]
public AddressCollection Recipients {get;}
[C++]
public: __property AddressCollection* get_Recipients();
[JScript]
public function get Recipients() : AddressCollection;

Property Value

Gets a AddressCollection instance for all e-mail receivers (To, Recipients, Bcc).