ISendGridSender Interface

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

Definition

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

Properties

ApiKey Gets or sets the SendGrid API key
ApplicationName Gets or sets the application name
From Gets or sets the sender email address
Subject Gets or sets the subject of the message

Methods

SendAsync Sends a IdtMessage using SendGrid

See Also