IMailBeeNegativeSmtpResponseExceptionResponseCode Property |
Gets a 3-digit SMTP response status code.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax int ResponseCode { get; }
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.
See Also