IEmailNotificationType
is defined in the Telligent.Evolution.Extensibility.Email.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IEmailNotificationType : INotificationType, IPlugin { string Get(EmailTarget target, Notification notification); }
Methods
string Get(EmailTarget target, Notification notification);
Returns the output of the notification for a given region.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | EmailTarget | Target | Required | ||
notification | Notification | Notification | Required |
Return Type
string