Hi, GuruGary.
There's no tool for doing this. It's easy enough to do this though. Double-click on a .msg file and it will open in Outlook. Save the message into Outlook. Once all the messages are in an Outlook folder select them all and run the following script. It'll remove all the BCC addresses. You'll then have to save the messages as .msg files when you're done.
Follow these instructions to add the code to Outlook.
1. Start Outlook
2. Click Tools > Macro > Visual Basic Editor
3. If not already expanded, expand Microsoft Office Outlook Objects
4. If not already expanded, expand Modules
5. Select an existing module (e.g. Module1) by double-clicking on it or create a new module by right-clicking Modules and selecting Insert > Module.
6. Copy the code from the Code Snippet box and paste it into the right-hand pane of Outlook's VB Editor window
7. Edit the code as needed. I included comments wherever something needs to or can change
8. Click the diskette icon on the toolbar to save the changes
9. Close the VB Editor
Because this script accesses an address field it will trigger Outlook's buil-in security. The result will be a dialog-box warning that a program is accessing your mailbox and asking for your permission to continue. Say yes.
Main Topics
Browse All Topics





by: JBlondPosted on 2009-04-24 at 08:49:03ID: 24226409
As far as I know it's not possible to edit msg files without hacking them
change.com /Software/ Office_Pro ductivity/ Groupware/ Outlook/Q_ 22134436.h tml
/Products/ home/hex-e ditor- free .html
Someone asked a similar questions here:
http://www.experts-ex
Maybe you can achive this with a hex editor, e. g. http://www.hhdsoftware.com