Open this page in the API Guide

IEmailService.SendEmail Method

Overload List
  NameDescription
Public methodSendEmail(MailMessage)
Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollection<MailAddress>, ICollection<MailAddress>, ICollection<MailAddress>, String, String)
Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollection<String>, ICollection<String>, ICollection<String>, String, String)
Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollection<Account>, ICollection<Account>, ICollection<Account>, String, String)
Uses the application's configured email settings to send an email.
Top
See Also