Click or drag to resize
MimeKit

SmtpResponseStatusCode Property

Get the status code.

Namespace: MailKit.Net.Smtp
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SmtpStatusCode StatusCode { get; }

Property Value

SmtpStatusCode
The status code.
Remarks
Gets the status code.
See Also