).
Send(MimeMessage) | Sends a mail message (MimeMessage). |
Send(MailMessage) | Sends a mail message (MailMessage). |
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(MimeMessage, String) | Sends the message using the specified SMTP server. |
Send(MailMessage, String) | Sends the message 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(MimeMessage, SmtpSendOptions) | Sends the message using the specified SMTP server. |
Send(MailMessage, SmtpSendOptions) | Sends the message using the specified SMTP server. |
Send(String, SmtpSendOptions) | Reads a mail message from the specified local file in MIME format
and sends it using the specified SMTP server. |
Send(MimeMessage, String, String) | Sends a mail message (MimeMessage). |
Send(MailMessage, String, String) | Sends a mail message (MailMessage). |
Send(Stream, String, String) | Reads and sends a mail message from the specified stream in MIME format. |
Send(String, String, String) | Reads and sends a mail message from the specified local file in MIME format. |
Send(MimeMessage, String, Int32) | Sends the message using the specified SMTP server. |
Send(MailMessage, String, Int32) | Sends the message using the specified SMTP server. |
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, String) | Sends a mail message constructed from the specified parameters. |
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, SmtpSendOptions) | 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. |