All
In my outlook 3 different mail ID i have configured.i have given button on command Bar so that by clicking on button it open the forms with 3 mail iD name along with radio button. Whatever radio button i have selected that inbox mail i need to convert in PDF and stored in physical location....it is working for single mail ID but not working for multiple.
Note:- outlook 2010(Application_NewMail) firing in every mail ID but when i try to office 2007 it is not firing that event.
plz help me....
Here is what MSDN states for the NewMail event of the Application class:
You can handle the NewMailEx instead.
The Outlook NewMail event unleashed: the challenge (NewMail, NewMailEx, ItemAdd) series of articles describe all possible ways for handling new mail events.