Overload | Description |
Send(String,String,String,String) |
Send a basic text email.
|
Send(MailMessage) | Send a MailMessage to a mail server. |
Send(MailMessage,String,String) | Send a MailMessage to a mail server using from and recipients to construct the SMTP envelope instead of MailMessage properties. |
Send(Stream,String,String) |
Send a previously encoded message to a mail server, using from and recipients for constructing the SMTP envelope.
|
Send(Stream,String,String,TransferEncoding) |
Send a previously encoded message to a mail server, using from and recipients for constructing the SMTP envelope.
|