IMailTarget Interface

Defines the required properties for mail target classes

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public interface IMailTarget

Properties

ApplicationName The running application name
From The sender email address
Subject The subject of the message
TableStyle The style for the message properties table in HTML
To The recipient email addresses

See Also