Click or drag to resize

MailServiceSend Method

Overload List
  NameDescription
Public methodSend(MailMessage)
Sends an e-mail message using arguments supplied in the properties of the MailMessageMailMessage class.
Public methodSend(Message)
Sends an e-mail message using arguments supplied in the properties of the MailMessageMailMessage class.
Public methodSend(MailMessage, SendEmailFlags)
Sends an e-mail message using arguments supplied in the properties of the MailMessageMailMessage class.
Public methodSend(MailMessage, SendEmailFlags, String)
Sends an e-mail message using arguments supplied in the properties of the MailMessageMailMessage class.
Public methodSend(String, String, String, String)
Sends a text (not HTML) e-mail message using the specified basic parameters (from, to, subject, messageText).
Public methodSend(String, String, String, String, Boolean)
Sends a text or HTML e-mail message using the specified basic parameters (from, to, subject, messageText).
Public methodSend(String, String, String, String, Boolean, String)
Sends a text or HTML e-mail message using the specified basic parameters (from, to, subject, messageText) and using a Template for the email composition.
Public methodSend(String, String, String, String, String, String, Boolean)
Sends a text or HTML e-mail message using the specified basic parameters (from, to, subject, messageText), with CC and BCC addresses, and using a Template for the email composition.
Public methodSend(String, String, String, String, String, String, Boolean, Attachment)
Sends a text or HTML e-mail message using the specified basic parameters (from, to, subject, messageText), with CC and BCC addresses, and with attachments.
Public methodSend(String, String, String, String, String, String, Boolean, Attachment, SendEmailFlags)
Sends a text or HTML e-mail message using the specified basic parameters (from, to, subject, messageText), with CC and BCC addresses, with attachments, and with SendEmailFlags options.
Public methodSend(String, String, String, String, String, String, Boolean, Attachment, SendEmailFlags, String)
Sends a text or HTML e-mail message using the specified basic parameters (from, to, subject, messageText), with CC and BCC addresses, with attachments, with SendEmailFlags options, and using a Template for the email composition.
Top
See Also