Sorry, I missed that objMsg is a CDO.Message and not an Outlook.MailItem.
See if saving the Message after adding that property works, before you send
it.
However, Send(false) does the same thing for you so you can just use that
instead.
<theMorse@gmail.com> wrote in message
news:90cce241-91e1-4378-b926-17d8decd2f4c@r66g2000hsg.googlegroups.com...
<snip>Hi Ken, thanks for the response. How can I set that property? I
tried the following:
objMsg.Fields.Add &H0E01000B, TRUE
I did find that objMsg.Send(false) does not retain a copy in the 'Sent
Items' but I'm curious to see how I'm messing up setting the
properties.
Thanks, Matt