开发者

How to receive EMails in C# application?

开发者 https://www.devze.com 2022-12-27 09:54 出处:网络
I have an application build in C# for reading and saving SMS and MMS, now 开发者_如何学运维i want to add another functionality of reading EMails through my C# application using any mail servcies e.g g

I have an application build in C# for reading and saving SMS and MMS, now 开发者_如何学运维i want to add another functionality of reading EMails through my C# application using any mail servcies e.g gmail, hotmail or yahoo? How to do this in C#?


You'll need to implement an IMAP or POP3 client and connect to the external mail server. You can then read the contents of mailboxes.

Getting started with IMAP: http://www.codeproject.com/KB/IP/imaplibrary.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号