Hi,
I would like to open Windows Live mail 2011 in the "New Email Window"
and automatically attaching a file "
The purpose is when clicking on a record in my table, this record is attached and ready to be send.
I don't need to send the file automatically, because I would like to add in WLM manually the recipients names
CODE :
Dim stDocName As String
minfo = Me![SERIAL]
minfo = minfo & ".JPG"
stDocName = "C:\Program Files (x86)\Windows Live\Mail\wlmail.exe_ c:\Scans\" & minfo
Call Shell(stDocName, 1)
It opens WLM but not the New Email Window
Thanks for help.
Daniel
I would like to open Windows Live mail 2011 in the "New Email Window"
and automatically attaching a file "
The purpose is when clicking on a record in my table, this record is attached and ready to be send.
I don't need to send the file automatically, because I would like to add in WLM manually the recipients names
CODE :
Dim stDocName As String
minfo = Me![SERIAL]
minfo = minfo & ".JPG"
stDocName = "C:\Program Files (x86)\Windows Live\Mail\wlmail.exe_ c:\Scans\" & minfo
Call Shell(stDocName, 1)
It opens WLM but not the New Email Window
Thanks for help.
Daniel