Gets or sets the address collection that contains
the recipients of message
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual MailAddressCollection To { get; set; }
Public Overridable Property To As MailAddressCollection
Get
Set
public:
virtual property MailAddressCollection^ To {
MailAddressCollection^ get ();
void set (MailAddressCollection^ value);
}
abstract To : MailAddressCollection with get, set
override To : MailAddressCollection with get, set
Property Value
Type:
MailAddressCollection
See Also