电子邮件在ASP.NET中发送,接收和计数 [英] Email send, receive, count in ASP.NET

查看:88
本文介绍了电子邮件在ASP.NET中发送,接收和计数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如何显示收到的已到达我自己网站的电子邮件地址的电子邮件,并计算未读电子邮件的总数?如果没有看到它们,它必须通知;以及如何存储收件箱中的所有电子邮件?

该代码必须在ASP.NET/C#中.

拜托,拜托,请有人通过发送ASP.NET(C#)代码来帮助我.
如果有人向我发送代码,我将不胜感激.所以请帮帮我.

谢谢...

TMSRANA

Hi all,

How can I show received email that has come to my own web site''s email address''s inbox, and count the total unread emails? It must notify if did not see them; and how can I store all emails of inbox?

The code must be in ASP.NET/C#.

Please, please and please someone help me by sending the ASP.NET(C#) code.
I will be very grateful if anybody send me the code. So please help me.

Thanking...

TMSRANA

推荐答案

您将需要使用IMAP实现来窥视邮箱并查看其中包含的内容. .NET Framework不包含IMAP实现,但是有一些可免费使用的实现,例如使用C#的IMAP客户端库 [ ^ ]和LumiSoft MailServer [ ^ ].
You will need to use an IMAP implementation to peek at the mailbox and see what it contains. The .NET Framework does not contain an IMAP implementation but there are a few freely available ones such as IMAP Client library using C#[^] and LumiSoft MailServer[^].


这篇关于电子邮件在ASP.NET中发送,接收和计数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆