Email Property
Set this to the email address of buyer to be verified.
Syntax
[VB.NET] Public Property Email As String
[C#] public string Email {get; set;}
Remarks
This property should contain the email address of the buyer. If no such email address is on file with PayPal, calling VerifyAddress will result in an error.
Default Value
""