MailMessage.To Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
To
Gets or sets the list of addresses of primary recipients of the message.
Declaration
public MailAddressCollection To { get; set; }
Property Value
Type | Description |
---|---|
MailAddressCollection | The list of primary recipients. |