I am creating a Hosted app using NAPA on Sharepoint 2013 (Office365). I need to retrive a user from a list column and get the user's email.
SP.List.getItems with a query returns a listEnumerator correctly. However, the user field is of type SPFieldUserValue. This does not appear to have a property called User from which I can retrieve the email (the C# version of SPFieldUserValue has a User property). Any idea on how I can get the user's email in javascript?