Click or drag to resize

IEmailService Methods

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