SmtpGetServerResponseCode Method
Returns an integer value containing the status code of the last SMTP operation.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int GetServerResponseCode()

Return Value

Type: Int32
3-digit integer value (such as 220) containing the SMTP status code taken from the last received response from the server.
Remarks
The developer can use this value for advanced use of Smtp component (such as sophisticated error handling).
See Also