Base on this link, it is possible to get the email address from the authenticated profile.Unfortunately I wasn't able to find how to get this in C# API client.
I have tried this: GmailService.Users.GetProfile("me")
, but this does not contain the email address.
I hope someone know how to do this with C# API client.
Thank you.