I route all of my inbound mail through a Gmail account for despamming and archiving. I also BCC all outbound mail to that same Gmail account so that it too will be archived. Remembering to do the latter each time was a pain so I eventually found out how to automate the process.
This method works in Outlook 2003 and I've been using it for months. It doesn't work in earlier versions but will probably work in later ones.
It involves:
- adding a macro to Outlook (a slightly scary operation) and later claiming authorship of it.
- telling Office to trust all macros written by you.
This probably isn't for newbies or the faint hearted so I'll not give blow by blow instructions. Instead, here are the references that I used. I urge you to read both of them before doing anything.
To automatically Bcc all outgoing messages (I used the first method). You can get to Outlook's Visual Basic editor from Tools|Macros. Open up the folders at top left to reach ThisOutlookSession.
Signing your own macros with SelfCert.exeThose two websites also appear to contain lots of other useful info BTW.