| RecipientDeliveryStatusNotificationOriginalRecipient Property |
Indicates the original recipient address as specified by the sender of the message for which the DSN is being issued.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string OriginalRecipient { get; set; }
Public Property OriginalRecipient As String
Get
Set
public:
property String^ OriginalRecipient {
String^ get ();
void set (String^ value);
}
member OriginalRecipient : string with get, set
Property Value
Type:
StringSee Also