I build a plugin on incident change, send a email to user. I put all assign and route message (if else statement) in same DLL, easy for deploy Now my problem is if user open incident and change the owner lookup, the plugin will fire ASSIGN message, and then fire ROUTE message.
result of that 2 same emails received by user, which is duplicate!