EmailProviderOnSendCompleted Method |
Raises the SendCompleted event after the send is completed.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax protected virtual void OnSendCompleted(
AsyncCompletedEventArgs e
)
Parameters
- e
- Type: System.ComponentModelAsyncCompletedEventArgs
Provides data for async SendCompleted event
See Also