Link to home
Start Free TrialLog in
Avatar of ahmad-kamal
ahmad-kamalFlag for Bangladesh

asked on

Download attachment files from gmail using c#.net

I want code to read data ,download attachment files from gmail using c#.net
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Try this, maybe it will help you:
http://www.codeproject.com/KB/applications/ReadGmailInboxMessage.aspx

Hope that helps.
Avatar of ahmad-kamal

ASKER

Thanks RolandDeschain for your reply

The code project link provide to display inbox and attachment file name.
but i need to download attachment files from gmail.

best regard
You need to pop3 client to read the email and attachment from gmail or any other site like yahoo, rediff, etc.
for reference check this links
http://www.codeproject.com/KB/IP/despop3client.aspx
http://sourceforge.net/projects/hpop/

i think this urls help you to read the attachments from gmail
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you emoreau