Greetings,

I'm new Outlook(vba). I'm in need of direction for the appropriate event to use for sifting through new emails. I'd like to create code that will check to see whether or not the SenderName="Jarred Jackson" and whether or not the attachment.count>0 (i'd also like to know if there are other attachment properties i could retreive via code)

Should i use the Application_NewEmail event or some other event?

TIA (Thanks in advance)