SmtpMessageRecipientSubmittedEventArgsServerStatusMessage Property |
Gets the string containing the status line of the SMTP server response.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ServerStatusMessage { get; }
Public ReadOnly Property ServerStatusMessage As String
Get
Property Value
Type:
StringThe status string of the SMTP server response to the recipient submission attempt.
Remarks This value can be used to determine why the server refused a certain recipient.
Examples of the values returned by this property:
- 250 good@address.com accepted (positive)
- 501 bad@@@address.com syntax error (negative)
See Also