These FQL tables might be useful:
http://developers.facebook.com/docs/reference/fql/unified_message/
check other unified_ tables here:
http://developers.facebook.com/docs/reference/fql
Check their note:
We are in the process of making the
new messages system available to all
users, at which point this table will
replace the existing message table. We
are providing early access to this API
for registered developer accounts only
until the new messaging system is
broadly available. You should use the
message table for production
applications at the current time.
It says for registered developer accounts only and is in BETA mode. But you may want to query against this table to check which one got his new inbox implemented, else the table will return null or no data. However, using this needs read_mailbox permission.
If you will notice the @facebook.com email of users are using their usernames (username@facebook.com). If you are able to get the usernames of the currently-logged-in user's friends, then you may want to send each one an email and check which did not send through.