简体   繁体   English

外出或进来时如何阅读电子邮件

[英]How to read email as they go out or come in in exchange

I am trying to create a service where i can read email (based on subject) as they go out or comes in and save the email back to Database. 我正在尝试创建一项服务,以便在外出或进来时可以阅读电子邮件(基于主题)并将电子邮件保存回数据库。

I can read from a mail box but i need something like everytime a email comes in check the subject and then do something. 我可以从邮箱中读取内容,但每次收到电子邮件时都需要类似的内容,然后检查主题。

How can i do that? 我怎样才能做到这一点?

Thanks in advance. 提前致谢。

Assuming that your Exchange server is on-premise, a transport agent might work for you. 假设您的Exchange服务器为本地服务器,则传输代理可能会为您工作。 http://msdn.microsoft.com/en-us/library/office/dd877026(v=exchg.150).aspx http://msdn.microsoft.com/en-us/library/office/dd877026(v=exchg.150).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用C#EWS阅读电子邮件表格Exchange - Read email form Exchange using C# EWS 使用 Exchange Web Services 2007 将电子邮件标记为已读 - Marking an email message as read using Exchange Web Services 2007 如何为请求的Exchange Server版本Exchange2007_SP1发送带内嵌附件的ews电子邮件 - How to send ews email with inline attachments for requested exchange Server Version Exchange2007_SP1 如何在Exchange C#上检测发送电子邮件失败 - How detect send email failure on Exchange C# 如何将草稿和已删除的电子邮件导出到Exchange的电子邮件帐户? - How to export draft and deleted emails to email account of Exchange? 如何使用Exchange Web Services在C#中更改电子邮件主题 - How to change email subject in C# using Exchange Web Services 接收电子邮件通知(Exchange 2007) - Receive Email Notification (Exchange 2007) C# Active Directory - 读出电子邮件 NullReferencesException - C# Active Directory - Read out Email NullReferencesException Exchange Web 服务引发异常:您必须先加载或分配此属性,然后才能读取其值; 发送电子邮件时 - Exchange Web Service raising exception: You must load or assign this property before you can read its value; When sending an email 如何读出受保护的成员 - How to read out protected member
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM