Click or drag to resize
MimeKit

SmtpResponse Class

An SMTP command response.
Inheritance Hierarchy
SystemObject
  MailKit.Net.SmtpSmtpResponse

Namespace: MailKit.Net.Smtp
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class SmtpResponse

The SmtpResponse type exposes the following members.

Constructors
 NameDescription
Public methodSmtpResponse Initializes a new instance of the SmtpResponse class.
Top
Properties
 NameDescription
Public propertyResponse Get the response text.
Public propertyStatusCode Get the status code.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
An SMTP command response.
See Also