UtilMailSendMailText Method

Overload List

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

See Also