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
See Also
SmtpMail.To Property
SmtpMail.Cc Property
SmtpMail.Bcc Property
AddressCollection Class