Provides data for the CommandSentEvent event.

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

Syntax

C#
public class SmtpCommandSentEventArgs : EventArgs
Visual Basic
Public Class SmtpCommandSentEventArgs _
	Inherits EventArgs
Visual C++
public ref class SmtpCommandSentEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Jscape.Email..::..SmtpCommandSentEventArgs

See Also