是否可以通过编程方式从 Outlook 或 Outlookexpress 中删除电子邮件?
我想知道是否可以创建一个 COM 组件来监控 Outlook 2007 中的电子邮件? 我的意思是我只是想开发一种插件类型的组件,当加载到 Outlook 时应该监视电子邮件。从某种意义上来说,监控电子邮件是否可以记录发件人电子邮件?并执行一些操作,例如删除该电子邮件?
谁能让我知道我需要使用的接口?考虑像 c#、vc++ 之类的任何东西,我们可以在其中开发 COM 组件
任何帮助都是值得赞赏的。
提前致谢。
I want to know if it is possibel to create a COM component to monitor emails commin into Outlook 2007?
I mean I just want to develop an addin kind of component which when loaded to Outlook should monitor the emails. Monitoring emails in the sense, is it possible to note the from email? and perfom some action such as delete that email?
Can anyone plese let me know the interfaces that I need to use? cosidering anything like c#,vc++ anything at all, where we can develop a COM component
Any help is appreciated.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过编程方式执行此操作,但在 Outlook 中创建执行您想要的操作的规则更容易。
It's possible to do it programmatically but it's easier to create a rule in Outlook that does what you want.