RecipientEmail Property
Primary email address of the payment recipient (the seller).
Syntax
[VB.NET] Public ReadOnlyProperty RecipientEmail As String
[C#] public string RecipientEmail {get;}
Remarks
If you are the recipient of the payment and the payment is sent to your non-primary email address, the value of RecipientEmail is still your primary email address.
This property will be filled after calling either the FillFormVars or VerifyIPN method.
The value of this property is parsed out of the Instant Payment Notification data that was posted by PayPal to your webserver. If you are passing the entire post data to FillFormVars, this will save you having to parse each form variable separately.
This property is read-only.
Default Value
""