DsnRecipientOriginalRecipientAddress Property
Gets the e-mail address of the original recipient.

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

Property Value

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