View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default saving email with CDO

Hi Scotty

Not that I know of

See also
http://www.rondebruin.nl/cdo.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Scotty" wrote in message ...
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.