UtilMailSendMailHtml Method

Overload List

SendMailHtml(SmtpClient, NetworkCredential, String, String, MailAddress) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, MailAddressCollection) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, String) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, String) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, MailAddress, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, MailAddress, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, MailAddressCollection, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, MailAddressCollection, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, String, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, String, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, String, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, NetworkCredential, String, String, String, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, MailAddress) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, MailAddressCollection) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, String) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, String) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, MailAddress, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, MailAddress, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, MailAddressCollection, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, MailAddressCollection, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, String, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, String, Attachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, String, ICollectionAttachment) Sends a mail with a HTML body through the specified SMTP server.
SendMailHtml(SmtpClient, String, String, String, String, String, Attachment) Sends a mail with a HTML body through the specified SMTP server.

See Also