1 out of 1 rated this helpful - Rate this topic

SmtpClient.Send Method

Sends an e-mail message to an SMTP server for delivery. These methods block while the message is being transmitted.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Send(MailMessage) Sends the specified message to an SMTP server for delivery.
Public method Send(String, String, String, String) Sends the specified e-mail message to an SMTP server for delivery. The message sender, recipients, subject, and message body are specified using String objects.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.