Alder
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 11/24/2011
-
Status: offline
|
call the standard mail client
Thursday, November 24, 2011 12:31 AM
( permalink)
Hi, I have been searching the internet and and this Forum, but didn't find an answer - I'd like to call the standard mail client within a VBScript, would be good if a could insert a default address and append an attachment - Does someone here have an Idea that could help me? Thanks
|
|
|
|
themcse
-
Total Posts
:
171
- Scores: 1
-
Reward points
:
0
- Joined: 12/29/2008
-
Status: offline
|
Re:call the standard mail client
Sunday, November 27, 2011 5:18 PM
( permalink)
You should be able to do this with a mailto: style reference: Set objWSHShell = WScript.CreateObject("WScript.Shell")
objWSHShell.Run "mailto:testuser@testdomain.test?Subject=Blah&Body=More" I've not used mailto for attachments, but thought that this would be helpful as a start.
|
|
|
|