Fires CommandSentEvent event.

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

Syntax

C#
protected void FireCommandSentEvent(
	Object sender,
	ImapCommandSentEventArgs e
)
Visual Basic
Protected Sub FireCommandSentEvent ( _
	sender As Object, _
	e As ImapCommandSentEventArgs _
)
Visual C++
protected:
void FireCommandSentEvent(
	Object^ sender, 
	ImapCommandSentEventArgs^ e
)

Parameters

sender
Type: System..::..Object
Object source of the event.
e
Type: Jscape.Email..::..ImapCommandSentEventArgs
CommandSent Event arguments.

See Also