VB script for Bcc line
- From: Daredevil <Daredevil@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 22 Aug 2005 16:06:02 -0700
Hi
I had a small VB script running so the Bcc field was filled out on every new
Email.
Example
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim objMe As Recipient
Set objMe = Item.Recipients.Add("test@xxxxxxxx")
objMe.Type = olBCC
objMe.Resolve
Set objMe = Nothing
End Sub
This worked fine for a while but now has stopped working and i am unsure of
why.
Help
Andy
.
- Follow-Ups:
- RE: VB script for Bcc line
- From: Eric Legault [MVP - Outlook]
- Re: VB script for Bcc line
- From: voip1234@xxxxxxxxxxxxxxx
- RE: VB script for Bcc line
- Prev by Date: Re: how do I get this script to run?
- Next by Date: Re: VB script for Bcc line
- Previous by thread: How do I set up a repeating meeting in Outlook?
- Next by thread: Re: VB script for Bcc line
- Index(es):
Relevant Pages
|