SilverLight
SilverLight

Reputation: 20468

how download gmail's attachments by linq and entityframework?

how can i download gmail's attachments by LINQ and entityframework?
mean is it possible?
where can i find it's provider?
would you please show us some codes?

Upvotes: 1

Views: 591

Answers (1)

Dave Walker
Dave Walker

Reputation: 3523

Here's something to start with.

http://www.codeproject.com/Articles/158549/Yet-Another-Email-Client-LINQ-to-IMAP

I have no experience with this though so can't comment on how good/bad it is. Nor do I know if it will work with Gmail. You will also probably need to enable IMap on your gmail account manually.

You can find out more about the IMAP protocol here https://www.rfc-editor.org/rfc/rfc3501 http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol

Upvotes: 1

Related Questions