Quantcast
Channel: Read Gmail inbox via RSS Feed - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Read Gmail inbox via RSS Feed

$
0
0

I want to get Inbox via RSS, I can get XML when I use Response.Redirect , but can not get as XML format, it throws (401) unauthorized error My Code is

    string url = "https://myusername:mypassword@mail.google.com/mail/feed/atom";    XmlReader reader = XmlReader.Create(url);    SyndicationFeed feed = SyndicationFeed.Load(reader);    reader.Close();

-->Response.redirect(url); //it is workingCan any one have any idea about it,or is any verson of AE.Net.Mail.dll for Framework 2.0

Thanks you


Viewing all articles
Browse latest Browse all 2

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>