IEmailRetrievalProvider
is defined in the Telligent.Evolution.Extensibility.Email.Gateway.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IEmailRetrievalProvider : IPlugin, ISingletonPlugin { Guid Id { get; } AdditionalInfo Provision(); void Register(EmailMessageController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Id | Guid | A unique identifier for this plugin. |
Methods
AdditionalInfo Provision();
Called after the plugin initialization to perform any setup actions that may be required.
Return Type
void Register(EmailMessageController controller);
Called after the plugin initialization to accept the controller used to perform processing actions.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | EmailMessageController | Controller | Required |