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