IMailBeeNegativeSmtpResponseExceptionResponseCode Property
Gets a 3-digit SMTP response status code.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
int ResponseCode { get; }

Property Value

Type: Int32
An integer value in the range 400 to 599 returned by the SMTP server to indicate failure of the requested operation.
See Also