The SmtpResponse type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkClass
Gets the class of enhanced SMTP status code, or -1 if not supported.
Public propertySupported by the .NET Compact FrameworkCode
Gets the SMTP response code.
Public propertySupported by the .NET Compact FrameworkDescription
Gets the description of the SMTP response.
Public propertySupported by the .NET Compact FrameworkDetail
Gets the detail code of enhanced SMTP status code, or -1 if not supported.
Public propertySupported by the .NET Compact FrameworkGroup
Gets the group of the SMTP response code.
Public propertySupported by the .NET Compact FrameworkRaw
Gets the full unparsed response of the SMTP server.
Public propertySupported by the .NET Compact FrameworkSubject
Gets the subject code of enhanced SMTP status code, or -1 if not supported.
Public propertySupported by the .NET Compact FrameworkSuccess
Returns true when last command was completed successfully.

See Also