IPostmarkSender Interface

Defines the behaviors and data of a class that sends messages through Postmark

Definition

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

Properties

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

Methods

SendAsync Sends a IdtMessage using Postmark

See Also