I am working on an outlook plug-in. Now, I have a requirement to know the attached file name, size and possible then the content of mail before downloading the mail in the outlook. So, we can take action accordingly and delete the mail then and there. I know the new mail event is fired from Outlook when a new mail arrived. So, this event is suites for me or not? I don’t know whether it’s fired after download before to download? Please help me on this. Thanks
|
feedback
|
|
It's fired after download (when the new mail item is actually in your inbox). Based on MSDN:
| ||||
|
feedback
|
|
Then what is the option to know mail item before download? | |||
feedback
|