IEmailServiceSendEmail Method

Overload List
  NameDescription
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.
Top
See Also