The lineadds the name defined in strBCC as BCC. Type = 3 is BCC.olItem.Recipients.Add(strBCC).Type = 3
If there is no existing BCC, you could probably useinstead of the above line.olItem.BCC = strBCC
The lineadds the name defined in strBCC as BCC. Type = 3 is BCC.olItem.Recipients.Add(strBCC).Type = 3
If there is no existing BCC, you could probably useinstead of the above line.olItem.BCC = strBCC
Graham Mayor - MS MVP (Word) 2002-2019
Visit my web site for more programming tips and ready made processes
http://www.gmayor.com