The Smtp type exposes the following members.

Events

  NameDescription
Public eventSupported by the .NET Compact FrameworkCommandSent
Occurs when a command is send to the server.
Public eventSupported by the .NET Compact FrameworkRejectedRecipient
Occurs when a recipient is rejected by the server.
Public eventSupported by the .NET Compact FrameworkResponseRead
Occurs when a response is received from the server.
Public eventSupported by the .NET Compact FrameworkSendingMessage
Occurs when a message is sent.
Public eventSupported by the .NET Compact FrameworkStateChanged
Occurs when the state of the Smtp object is changed.
Public eventSupported by the .NET Compact FrameworkTlsDebug Obsolete.
Public eventSupported by the .NET Compact FrameworkTransferProgress
Occurs when data is send or received.
Public eventSupported by the .NET Compact FrameworkValidatingCertificate
Occurs when a server certificate needs to be validated.

See Also