saving email with CDO
I am able to send email with CDO but is there a way to simply save it as a
DRAFT email rather than sending it straight away to the recipient
e.g
Dim cdoConfig As CDO.Configuration
Dim cdoMessage As CDO.Message
..Send is an option but I do not see a .Save as an option.
Thanks in advance for any help.
|