Click or drag to resize

Emailer Class

Emailer class
Inheritance Hierarchy
SystemObject
  Koden.Utils.EmailerEmailer

Namespace:  Koden.Utils.Emailer
Assembly:  Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntax
public class Emailer : IDisposable, IEmailer

The Emailer type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
An Emailer instance that exposes a single instance
Public propertyIsDebugMsgEnabled
Gets or sets wether to email Debug Messages.
Public propertyIsFailureMsgEnabled
Gets or sets wether to email SUCCESS Messages.
Public propertyIsSuccessMsgEnabled
Gets or sets wether to email SUCCESS Messages.
Public propertyLoggerInstance
Gets or sets the logger instance to be used by the File class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSendDebugMsg
Sends the debug.
Public methodSendETLMsg
Sends Email with file attachment, can send log as well.
Public methodSendMsg(IMailHeader, String)
Sends a message using MailHeader class.
Public methodSendMsg(String, String, String, String, String, String)
Sends the MSG.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also