Occurs after successfully sending data to the IMAP server.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public event Imap..::..CommandSentEventHandler CommandSentEvent
Visual Basic
Public Event CommandSentEvent As Imap..::..CommandSentEventHandler
Visual C++
public:
 event Imap..::..CommandSentEventHandler^ CommandSentEvent {
	void add (Imap..::..CommandSentEventHandler^ value);
	void remove (Imap..::..CommandSentEventHandler^ value);
}

See Also