Click or drag to resize
EmailProviderOnSendCompleted Method
Raises the SendCompleted event after the send is completed.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void OnSendCompleted(
	AsyncCompletedEventArgs e
)

Parameters

e
Type: System.ComponentModelAsyncCompletedEventArgs
Provides data for async SendCompleted event
See Also