Overload List
| Name | Description | |
|---|---|---|
| Send(Stream) |
Reads and sends a mail message from the specified stream in MIME format.
| |
| Send(String) |
Reads and sends a mail message from the specified local file in MIME format.
| |
| Send(MailMessage) |
Sends a mail message (MailMessage).
| |
| Send(MimeMessage) |
Sends a mail message (MimeMessage).
| |
| Send(String, SmtpConfiguration) |
Reads a mail message from the specified local file in MIME format
and sends it using the specified SMTP server.
| |
| Send(String, String) |
Reads a mail message from the specified local file in MIME format
and sends it using the specified SMTP server.
| |
| Send(MailMessage, SmtpConfiguration) |
Sends the message using the specified SMTP server.
| |
| Send(MailMessage, String) |
Sends the message using the specified SMTP server.
| |
| Send(MimeMessage, SmtpConfiguration) |
Sends the message using the specified SMTP server.
| |
| Send(MimeMessage, String) |
Sends the message using the specified SMTP server.
| |
| Send(Stream, String, String) |
Reads and sends a mail message from the specified stream in MIME format.
| |
| Send(String, String, Int32) |
Reads a mail message from the specified local file in MIME format
and sends it using the specified SMTP server.
| |
| Send(String, String, String) |
Reads and sends a mail message from the specified local file in MIME format.
| |
| Send(MailMessage, String, Int32) |
Sends the message using the specified SMTP server.
| |
| Send(MailMessage, String, String) |
Sends a mail message (MailMessage).
| |
| Send(MimeMessage, String, Int32) |
Sends the message using the specified SMTP server.
| |
| Send(MimeMessage, String, String) |
Sends a mail message (MimeMessage).
| |
| Send(String, String, String, String) |
Sends a mail message constructed from the specified parameters.
| |
| Send(String, String, String, String, SmtpConfiguration) |
Sends a mail message constructed from the specified parameters using the specified SMTP server.
| |
| Send(String, String, String, String, String) |
Sends a mail message constructed from the specified parameters using the specified SMTP server.
| |
| Send(String, String, String, String, String, Int32) |
Sends a mail message constructed from the specified parameters using the specified SMTP server.
|