Fires CommandSentEvent event.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
protected void FireCommandSentEvent( Object sender, SmtpCommandSentEventArgs e ) |
Visual Basic |
---|
Protected Sub FireCommandSentEvent ( _ sender As Object, _ e As SmtpCommandSentEventArgs _ ) |
Visual C++ |
---|
protected: void FireCommandSentEvent( Object^ sender, SmtpCommandSentEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object
Object source of the event.
- e
- Type: Jscape.Email..::..SmtpCommandSentEventArgs
CommandSent Event arguments.