views:

33

answers:

2

Hi, 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.

A: 

Yes, you can follow this article and strip print part: Print and delete emails

Rubens Farias
+1  A: 

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

ZippyV
I am interested in controlling thru addin
JPro