is it possible to delete an email from outlook or outlookexpress programatically?

时光总嘲笑我的痴心妄想 提交于 2019-12-12 04:23:07

问题


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.


回答1:


It's possible to do it programmatically but it's easier to create a rule in Outlook that does what you want.



来源:https://stackoverflow.com/questions/1974472/is-it-possible-to-delete-an-email-from-outlook-or-outlookexpress-programatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!