MailBeeSmtpRefusedRecipientExceptionRefusedRecipientEmail Property |
Gets the e-mail address of the refused recipient.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string RefusedRecipientEmail { get; }
Public ReadOnly Property RefusedRecipientEmail As String
Get
Property Value
Type:
StringThe 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