Email Via Lotus Notes
I have a problem with MS Access (2000) & Lotus notes (6.5)
I'm trying to automatically send an Email from Access via "Notes" using Code:
"DoCmd.SendObject acReport, stDocName, acFormatRTF, ToList, , , Subject, Message, True"
This code creates the Email Fine, But I have to manually click the send in "Notes"
Can I make "Notes" automatically send as well?
|