I am able to get access token from gmail using OAuth in my application.
Now I want to access emails from gmail using OAuth Access token and not by providing User name and password.
I want to read new mail, send mail etc.
can you please help me with some sample code in c# that how could I read new mail, send, reply etc.
Thanks