This will allow you to download http://mail.google.com/mail/feed/atom and get its HTML
Dim wc As New System.Net.WebClient() 'New web client
wc.Credentials = New System.Net.NetworkCredential("gmail user name here", "gmail password here") 'Enter login info
Dim html As String = System.Text.Encoding.ASCII.GetString(wc.DownloadData("http://mail.google.com/mail/feed/atom")) 'Download HTML
RichTextBox1.Text = html 'Set the HTML into the rich text box
tayspen
<Insert title here>
1,622 posts since Jul 2005
Reputation Points: 84
Solved Threads: 99