Robert,
Thanks very much for the reply. I tried it but it didn't work. This is what
I did. As suggested, I opened Outlook 2003 and pressed Alt-F11 and then
drilled down until I found "This outlook session." I then added the following
code,
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim objMe As Recipient
Set objMe = Item.Recipients.Add("(E-Mail Removed)")
objMe.Type = olBCC
objMe.Resolve
Set objMe = Nothing
End Sub
The only difference is where above I have, "(E-Mail Removed)" I put in my
actual email address.
I closed the program, restarted, and opened the email message form. The BCC
field, however, was blank. I tried to do this without the parentheses and
without the quotation marks, but there resulted in error signs.
Any suggestions?
Thanks.
"Roady [MVP]" wrote:
> See http://www.howto-outlook.com/faq/createbccrule.htm
>
> --
> Robert Sparnaaij [MVP-Outlook]
> Coauthor, Configuring Microsoft Outlook 2003
> http://www.howto-outlook.com/
> Outlook FAQ, HowTo, Downloads, Add-Ins and more
>
> -----
> "Robert McN" <(E-Mail Removed)> wrote in message
> news:80D3BC7D-7DB5-4271-BCCE-(E-Mail Removed)...
> > I'd like to tweak my Outlook 2003 for Windows XP such that all of my
> > outgoing
> > messages are automatically sent to a BCC. (In other words, the BCC field
> > will by default have an address written in it.) Is that possible?
> > Any thoughts would be appreciated. Thank you.
> > Bob
>