MimeMessage.To Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
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.  |