Click or drag to resize

IEmailService Interface

Core service to send an email through the provider.

Namespace: SanteDB.Core.Notifications.Email
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IEmailService

The IEmailService type exposes the following members.

Methods
 NameDescription
Public methodSendEmail Send an email message using the configured email service.
Top
Extension Methods
 NameDescription
Public Extension MethodSendEmail Send an email to a single recipient with a subject and a body from a string.
(Defined by EmailServiceExtensions)
Public Extension MethodSendEmail Send an email to a single recipient with a subject and a body from a stream.
(Defined by EmailServiceExtensions)
Top
See Also