Click or drag to resize

IEmailClient Interface

Email client interface.

Namespace:  Atomia.Billing.Core.Sdk.Utils.Email
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IEmailClient

The IEmailClient type exposes the following members.

Methods
  NameDescription
Public methodSendMessage
Sends the message.
Public methodSendMessageAsync
Sends the message async.
Top
Events
  NameDescription
Public eventEmailSent
Occurs when message is sent.
Top
See Also