Open Windows Live mail in new Email Window

Danielf

Registered User.
Local time
Today, 19:34
Joined
Feb 21, 2000
Messages
103
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
 

Users who are viewing this thread

Back
Top Bottom