SmtpMessageRecipientSubmittedEventArgsServerStatusMessage Property
Gets the string containing the status line of the SMTP server response.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string ServerStatusMessage { get; }

Property Value

Type: String
The 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