计算 Outlook 2003 中每天的电子邮件数量?
这是我的一个小宠物项目。
我想编写一个程序来进行一些电子邮件分析,并告诉您每天进出的电子邮件数量以及百分比。实际上,我需要做的就是编写一个 .Net 应用程序,它可以与 Outlook 通信并计算给定日期接收和发送的消息数。
在我深入研究这个问题之前,我想我应该对小组进行民意调查,看看在开始这样的事情时是否应该遵循某种特定的方法。有什么想法吗?
This is for a little pet project of mine.
I want to write a program that does some email analytics and tells you the number of emails coming in and out each day, as well as your percentages. Really, all I need to do to kick this off is write a .Net app that can talk with Outlook and count the number of messages received and sent for give dates.
Before I got too deep into this, I figured I'd poll the group and see if there is a particular approach I should follow when starting something like this. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编写一个 Outlook 插件来为您完成这项工作。使用 Visual Studio Tools for Office (VSTO)。
You could write an Outlook Add-in which will do the job for you. its very easy to write an Add in using Visual Studio Tools for Office (VSTO).