| DsnRecipientFinalRecipientAddress Property | 
            Gets the e-mail address of the final recipient.
            
 
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic string FinalRecipientAddress { get; }Public ReadOnly Property FinalRecipientAddress As String
	Get
Property Value
Type: 
String
            A string value with the e-mail address of the final recipient from "Final-Recipient" DSN field,
            or a null reference (
Nothing in Visual Basic) if no such field contained in the DSN.
            
 Remarks
RemarksThis field may differ from the e-mail address originally provided by the
            sender, because it may have been transformed during forwarding or gatewaying.
In this example, DSN field is:
            Final-Recipient: rfc822; test@test.com
            The return value is marked bold.
 See Also
See Also