IEmailService Methods

The IEmailService type exposes the following members.

Methods
  NameDescription
Public methodEnsureEmailServiceEnabled
Throws an exception if the email service is not enabled.
Public methodSendEmail(MailMessage)
Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, String, String)
Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionString, ICollectionString, ICollectionString, String, String)
Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionAccount, ICollectionAccount, ICollectionAccount, String, String)
Uses the application's configured email settings to send an email.
Public methodSendTestEmail
Uses the application's configured email settings to send a test email.
Top
See Also