I'd like to use an Outlook macro to change my email signature depending on which domain I'm emailing.
So if I'm only emailing internally (my companies domain) then I use a short signature, but if at least one recipient is external then I use a long signature.
Is that possible? I'm guessing I need to intercept some sort of "Send" event and then iterate through the recipients but I have no idea how to do that.