SenderEmail Property
Sender's email address.
Syntax
[VB.NET] Public Property SenderEmail As String
[C#] public string SenderEmail {get; set;}
Remarks
Specify this field to set up a payment where the sender and the API caller are the same (implicit approval) or for a preapproved payment. If the SenderEmail is specified in the request, the email address must be registered with paypal.com. If you do not include this property in the payment request,the consumer can either log in using an existing account (that is not associated with a receiver) or create a new account during the payment flow.
Default Value
""