create email and store it on disk

megatronixs

Registered User.
Local time
Today, 20:43
Joined
Aug 17, 2012
Messages
719
Hi all,

I have some code to create email and add data from fields into the subject and body.
What I would like to know if it is possible to save the email generated direct into a folder in the disk.

Any ideas how to get this done?

Greetings.
 
Technically,it you write it to a file ,it's a report, not email.
Either way,it's a report, so just save it to a file....
Docmd.outputTo acFormatReport, "report", acFormatPDF, path....

Send email,
Docmd.sendTo ....
 
Hi Ranman256,

I still had no time to check this out, once I will be able to concentrate on it, I will let you know the outcome.

Greetings.
 

Users who are viewing this thread

Back
Top Bottom