| DsnRecipientOriginalRecipientType Property | 
            Gets the type of the original recipient e-mail address as string.
            
 
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic string OriginalRecipientType { get; }Public ReadOnly Property OriginalRecipientType As String
	Get
Property Value
Type: 
String
            A string value with the type of the original recipient e-mail address from "Original-Recipient" DSN field,
            or a null reference (
Nothing in Visual Basic) if no such field contained in the DSN.
            
 Remarks
RemarksThis field indicates the original recipient address type 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
See Also