EmailSubject Property
Subject for the email sent to recipients.
Syntax
[VB.NET] Public Property EmailSubject As String
[C#] public string EmailSubject {get; set;}
Remarks
When a payment is made, the recipient will receive a notification email from PayPal. You can control the subject of that email with this property. However, you can only set one subject for all the payments you're sending in a Mass payment. You can not set a subject for each individual payment.
Default Value
""