IPostmarkSender Interface
Defines the behaviors and data of a class that sends messages through Postmark
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
public interface IPostmarkSender
ApiKey |
Gets or sets the Postmark API key
|
ApplicationName |
Gets or sets the application name
|
From |
Gets or sets the sender email address
|
Response |
Gets the PostmarkResponse from the Postmark send operation
|
Status |
Gets the PostmarkStatus from the Postmark send operation
|
Subject |
Gets or sets the subject of the message
|