RavenMyst9
Technical User
I need to write code that will examine an email as it is sent, check the "FROM" field and if it matches a specific address to put the sent copy into a different folder than the regular "Sent Items". The From field is used here because it is a delegate sending the email and I need the sent item for that email to go to the delegator's sent items, not the delegatee's sent items.
Also I'm not sure how or where to make Outlook call the macro/sub every time the send button is clicked. I've read about the send event but not sure how or where to put it so it happens when a msg is sent. Thanks in advance for any help you can give me.
Also I'm not sure how or where to make Outlook call the macro/sub every time the send button is clicked. I've read about the send event but not sure how or where to put it so it happens when a msg is sent. Thanks in advance for any help you can give me.