MailBeeSmtpNegativeResponseExceptionResponseCode Property |
Gets a 3-digit SMTP response status code.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int ResponseCode { get; }
Public ReadOnly Property ResponseCode As Integer
Get
Property Value
Type:
Int32An integer value in the range 400 to 599 returned by the SMTP server
to indicate failure of the requested operation.
Implements
IMailBeeNegativeSmtpResponseExceptionResponseCode
See Also