UtilMailSendMailHtmlAsync Method

Overload List

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

See Also