IEmailer Interface |
Namespace: Koden.Utils.Interfaces
The IEmailer type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDebugMsgEnabled |
Gets or sets a value indicating whether this instance has debug Messages enabled.
| |
| IsFailureMsgEnabled |
Gets or sets a value indicating whether this instance has failure Messages enabled.
| |
| IsSuccessMsgEnabled |
Gets or sets a value indicating whether this instance has success Messages enabled.
| |
| LoggerInstance |
Gets or sets the logger instance.
|
| Name | Description | |
|---|---|---|
| Dispose |
Releases unmanaged and - optionally - managed resources.
| |
| SendDebugMsg |
Sends the debug Message.
| |
| SendETLMsg |
Sends the etl MSG.
| |
| SendMsg(IMailHeader, String) |
Sends the Message.
| |
| SendMsg(String, String, String, String, String, String) |
Sends an email Message.
|