Using early binding, I have automated a batch of weekly emails; however, since I won't always be the one sending them, I wanted to insert code that would automatically include the sender in the CC line.
I've found the code below online, but all the examples seem to use late binding (or more...