Hi, what is the appropriate event trigger that runs a block of code when an email is moved into a particular folder?

E.g. another scenario Private Sub Items_ItemAdd(ByVal item As Object) triggers when a new item is received

Preferably this code will run when the folder receives the mail message (as opposed to when the message is moved out of the origin folder)

Include example code and documentation if possible