Inner Drive Extensible Architecture
C#
Show/Hide TOC
IMail
Target 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#
Copy
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
Reference
InnerDrive.Logging Namespace
In This Article
Definition
Properties
See Also