SocketTools .NET Edition

SmtpClient.CommandEventArgs Class

Provides data for the OnCommand event.

For a list of all members of this type, see SmtpClient.CommandEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.SmtpClient.CommandEventArgs

[Visual Basic]
Public Class SmtpClient.CommandEventArgs
    Inherits EventArgs
[C#]
public class SmtpClient.CommandEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

CommandEventArgs specifies the result code and result string for the last command executed by the server.

The OnCommand event occurs whenever a command is executed on the server.

Requirements

Namespace: SocketTools

Assembly: SocketTools.SmtpClient (in SocketTools.SmtpClient.dll)

See Also

SmtpClient.CommandEventArgs Members | SocketTools Namespace