Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Scotty
If you use Outlook code you can use Save instead of Send -- Regards Ron de Bruin http://www.rondebruin.nl "Scotty" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with formatting / saving before I email my worksheet | Excel Discussion (Misc queries) | |||
Saving email attachments | Excel Discussion (Misc queries) | |||
Saving email addresses from excel document | Excel Discussion (Misc queries) | |||
Saving Excel spreadsheet from a email | Excel Discussion (Misc queries) | |||
Saving email attachments | Excel Programming |