Log in

View Full Version : How to add CC, objMessage.Recipients.Add


excelmacro0123
Dec 29, 2008, 09:15 AM
Hello,

I'm trying to add a CC object, does anyone knows the code?

Thank you,

excelmacro0123
Dec 29, 2008, 01:10 PM
let me add more information, I'm on 2003 Excel. And I'm using a mapi.session.

I try:
objrecipient.type = olcc 'did not work
objrecipient.type = mapicc 'did not work

does anyone has any other suggestion?