Click or drag to resize

EmailServiceExtensions Class

Extension methods on the email service
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Notifications.EmailEmailServiceExtensions

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

The EmailServiceExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodSendEmail(IEmailService, String, String, Stream) Send an email to a single recipient with a subject and a body from a stream.
Public Extension MethodSendEmail(IEmailService, String, String, String) Send an email to a single recipient with a subject and a body from a string.
Top
See Also