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