IScriptedEmail is defined in the Telligent.Evolution.Extensibility.Email.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IScriptedEmail : IPlugin { IDictionary<string,Type> ContextualData { get; } string Description { get; } string Name { get; } Guid ScriptedEmailId { get; } IDictionary<string,Object> GetSampleContext(); void SetController(IScriptedEmailController controller); }
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ContextualData | IDictionary<string,Type> | |||
| Description | string | Description of the plugins functionality | ||
| Name | string | Name of the plugin | ||
| ScriptedEmailId | Guid |
Methods
IDictionary<string,Object> GetSampleContext();
Return Type
IDictionary<string,Object>
void SetController(IScriptedEmailController controller);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| controller | IScriptedEmailController | Controller | Required |