DsnRecipientOriginalRecipientAddress Property |
Gets the e-mail address of the original recipient.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string OriginalRecipientAddress { get; }
Public ReadOnly Property OriginalRecipientAddress As String
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