| SmtpResponseStatusCode Property |
Get the status code.
Namespace: MailKit.Net.SmtpAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public SmtpStatusCode StatusCode { get; }
Property Value
SmtpStatusCodeThe status code.
Remarks
Gets the status code.
See Also