The SendCompleted event is raised each time an e-mail message is sent asynchronously when
the send operation completes (to send an e-mail message asynchronously use the SendAsync method)
NOTE: when sending asynchronously from a web page the page directive Async="true" should be used
Assembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub SendCompletedCallback ( _ sender As Object, _ e As AsyncCompletedEventArgs _ ) |
| C# |
|---|
public void SendCompletedCallback( Object sender, AsyncCompletedEventArgs e ) |
| Visual C++ |
|---|
public: void SendCompletedCallback( Object^ sender, AsyncCompletedEventArgs^ e ) |
| JavaScript |
|---|
function sendCompletedCallback(sender, e); |