MailBeeSmtpRefusedRecipientExceptionRefusedRecipientEmail Property
Gets the e-mail address of the refused recipient.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string RefusedRecipientEmail { get; }

Property Value

Type: String
The pure e-mail address (user@domain.com, i.e. without display name or remarks) which was submitted to the SMTP server as the recipient's address.
See Also