vb.net - Outlook COM Add-in: Application_NewMail not getting fired -


all

in outlook 3 different mail id have configured.i have given button on command bar clicking on button open forms 3 mail id name along radio button. whatever radio button have selected inbox mail need convert in pdf , stored in physical location....it working single mail id not working multiple.

note:- outlook 2010(application_newmail) firing in every mail id when try office 2007 not firing event.

plz me....

here msdn states newmail event of application class:

the newmail event fires when new messages arrive in inbox , before client rule processing occurs. if want process items arrive in inbox, consider using itemadd event on collection of items in inbox. itemadd event passes reference each item added folder.

the newmail event not fire when user in offline mode.

you can handle newmailex instead.

the outlook newmail event unleashed: challenge (newmail, newmailex, itemadd) series of articles describe possible ways handling new mail events.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -