View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
scotty scotty is offline
external usenet poster
 
Posts: 45
Default saving email with CDO

Ron,

Thank you for your comprehensive help with CDO, you website is awesome.

Is there any other way to achieve the saved mail scenario? In other words
could I use my own MS Outlook to create and save a draft email with an Excel
attachment.

Thanks in advance.
Cheers,

Scotty.

"Ron de Bruin" wrote:

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.