The Smtp type exposes the following members.

Events

  Name Description
Public event CommandSentEvent
Occurs after successfully sending a command to the SMTP server.
Public event ConnectedEvent
Occurs after a successful connection to the SMTP server.
Public event DataReceivedEvent
Occurs after successfully reading data from the SMTP server.
Public event DisconnectedEvent
Occurs after a successful disconnection from the SMTP server.
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)

See Also