VerifyAddress Method
Request to verify the email and postal address of a buyer.
Syntax
[VB.NET] Public Sub VerifyAddress()
[C#] public void VerifyAddress();
Remarks
Verifies the Email, StreetAddress, and ZipCode of the buyer against PayPal's records. Results are returned in the StreetMatch, ZipMatch, and ConfirmationCode. If the Email address exactly matches one on file with PayPal, your coverage by the PayPal Seller Protection Policy (SPP) depends on the contents of these returned properties.
After calling this method, the Ack property will indicate success or failure.