I m looking to receive delivery notification from Exchange 2007, so that I can record whether an email has been received and resend if a set period elapses without an email being received.
基本上,我要寄发一份电子邮件,收发协会的送货收据。 NET,接收已发出的通知,然后更新我的数据库,以注意到电子邮件实际上已经收到...... 视窗服务或其他方式。
在封闭的环境中,我 m ——在升级到2007年交易所的过程中,有关电子邮件只寄给管理人员和其他内部用户,所有使用交换。
Whilst I can do some assumption, in that I can deal with ASP.NET throwing no exceptions when I send the email, however I want greater reassurance that the email has been delivered, so that if I don t receive a delivered notification then I can attempt to resend if a delivered notification hasn t been received within a certain period.
I m open to any suggestions, ideally something that can simple receive notifications in an ASP.NET application or Console App, but if it s a case of getting Exchange 2007 to dump a file in a folder I can potentially deal with that, though it s not ideal.
I ve heard Exchange 2007 has an API, but I have zero experience and knowledge of it, so a pointer in the right direction would be great.