Click or drag to resize

IEmailer Interface

Used for Emailer

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public interface IEmailer

The IEmailer type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugMsgEnabled
Gets or sets a value indicating whether this instance has debug Messages enabled.
Public propertyIsFailureMsgEnabled
Gets or sets a value indicating whether this instance has failure Messages enabled.
Public propertyIsSuccessMsgEnabled
Gets or sets a value indicating whether this instance has success Messages enabled.
Public propertyLoggerInstance
Gets or sets the logger instance.
Top
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
Public methodSendDebugMsg
Sends the debug Message.
Public methodSendETLMsg
Sends the etl MSG.
Public methodSendMsg(IMailHeader, String)
Sends the Message.
Public methodSendMsg(String, String, String, String, String, String)
Sends an email Message.
Top
See Also