UtilMailMailTo Method

Overload List

MailTo(MailMessage) Runs the default mail client to send an email with the specified parameters.
MailTo(MailAddress, String, String) Runs the default mail client to send an email with the specified parameters.
MailTo(MailAddressCollection, String, String) Runs the default mail client to send an email with the specified parameters.
MailTo(String, String, String) Runs the default mail client to send an email with the specified parameters.
MailTo(String, String, String) Runs the default mail client to send an email with the specified parameters.

See Also