Occurs after successfully sending a command to the SMTP server.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public event Smtp..::..CommandSentEventHandler CommandSentEvent |
Visual Basic |
---|
Public Event CommandSentEvent As Smtp..::..CommandSentEventHandler |
Visual C++ |
---|
public: event Smtp..::..CommandSentEventHandler^ CommandSentEvent { void add (Smtp..::..CommandSentEventHandler^ value); void remove (Smtp..::..CommandSentEventHandler^ value); } |