I'm working on a subroutine of an add-in for Outlook (based on VB.net coded in Visual Studio). The goal of the sub is to deliver a pop-up warning message box if the user clicks reply-all to an email they were Bcc'd on.
I'm struggling with how to implement this. There are two main issues I can't bust: (1) having the sub routine trigger on the reply-all event and (2) getting the sub to test the received message for the user being on bcc vs. the draft created by the reply all event.
Any suggestions on code or other threads that would be helpful are greatly appreciated!