IPluginCore is a client interface of an email plug-in. This interface must be implemented in a plug-in as an entry point for the custom code.
The IPluginCore type exposes the following members.
Name | Description | |
---|---|---|
LoadPlugin | The callback method notifies a plug-in code about starting a email client application. | |
StoreReady | This callback invoked once a message store of an email client is ready and emails, folders and accounts can be accessed from a plug-in code. | |
UnloadPlugin | The method executes during unloading of the email client. |
Name | Description |
---|