Hi,
I have one account in gmail but I had imported another accounts from AOL.
So there is one method called :
GoogleApi api = new GoogleApi(accessToken);
string user = api.GetEmailPlus();
So here I'm getting email address of my original account. Is there any way to get the mail address from which I added them in my gmail account.
PS - You can import other account in gmail by clicking settings button and then by clicking Accounts and Imports tab.
Thanks,
Sarathi