SmtpGetServerResponseCode Method |
Returns an integer value containing the status code of the last SMTP operation.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int GetServerResponseCode()
Public Function GetServerResponseCode As Integer
Return Value
Type:
Int323-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