Prompt for verifying recipients
问题 When sending an email to anyone outside of my business I want a prompt asking for confirmation with all the recipients printed in the prompt. I tried code from Outlook VBA to verify recipient. It does nothing. I tried multiple things from multiple sites but none give me what I am looking for. I am using the following code: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim lbadFound As Boolean Dim badAddresses As String lbadFound = False CheckList = "test@test.nl"