Interface IEmailService
- Namespace
- CMS.EmailEngine
- Assembly
- CMS.EmailEngine.dll
Interface provides functionality for sending emails.
public interface IEmailService
- Extension Methods
Properties
ProcessingConfigured
Indicates whether processing of emails is configured. Used to enable/disable parts of UI that rely on emails.
bool ProcessingConfigured { get; }
Property Value
- bool
- See Also
Methods
SendEmail(EmailMessage)
Sends an email.
Task SendEmail(EmailMessage message)
Parameters
message
EmailMessageEmail message to be sent.
Returns
- Task