MailBee.NET Objects 7.1

RecipientStatus.EmailAddress Property

Gets the e-mail address of the recipient for which this RecipientStatus object applies.

public string EmailAddress {get;}

Property Value

A string value with the e-mail address, or a null reference (Nothing in Visual Basic) if not available.

Remarks

If IsBounced is true, that means that the original e-mail message was not delivered to EmailAddress recipient. You may consider exclusion of this e-mail address from your mailing list.

See Also

RecipientStatus Class | MailBee.BounceMail Namespace