Can someone please show me how to add a \"Cc recipient\" to this code? The \"To Recipient\" and code all work as intended. Thank you for your time.
Sub Forwa
set oRecip = oMail.Recipients.Add("email address here") oRecip.Type = olCC
or
oMail.CC = "email address here"