IEmailHeaderNotificationType
is defined in the Telligent.Evolution.Extensibility.Email.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IEmailHeaderNotificationType : INotificationType, IPlugin { Dictionary<string,string> GetHeaders(Notification notification); }
Methods
Dictionary<string,string> GetHeaders(Notification notification);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
notification | Notification | Notification | Required |
Return Type
Dictionary<string,string>