Is there any chance to retrive the email from a twitter user? I'm using the LinqToTwitter Nuget in C# Mvc4.
Please if you know anything :)!
That data point isn't available in the Twitter API. You can see what is available here:
https://dev.twitter.com/docs/platform-objects/users
It follows that LINQ to Twitter can't provide an email either.