The fkPageID value points to the actual page id which you can search for in EPiServer UI.
The string could be in a page in the Recycle Bin or maybe even in a previous page version…
SELECT * FROM [myEpi6db].[dbo].[tblProperty] where string like '%support@mysite.com%' or LongString like '%support@mysite.com%'
This is on a EPiServer 6r2 db.