Occurs after successfully sending data to the POP server.

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

Syntax

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

See Also