MailBee.NET Objects 7.2

DsnRecipient.OriginalRecipientAddress Property

Gets the e-mail address of the original recipient.

public string OriginalRecipientAddress {get;}

Property Value

A string value with the e-mail address of the original recipient from "Original-Recipient" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.

Remarks

This field indicates the original recipient address as specified by the sender of the original message (for which this DSN was issued).

In this example, DSN field is:
Original-Recipient: rfc822; user@test.com
The return value is marked bold.

See Also

DsnRecipient Class | MailBee.BounceMail Namespace | OriginalRecipientType