Here's a quick and easy way to create a message with attachments, for editing in the default mapi client. Requires dynawrap for the API call.
set MAPIwrap = CreateObject("DynamicWrapper")MAPIwrap.Register "MAPI32.DLL", "MAPISendDocuments", "i=usssu", "f=s", "r=u"MAPIwrap.MAPISendDocuments 0, ";", "c:\windows\desktop\mapi.vbs;c:\autoexec.bat", "mapi.vbs;autoexec.bat", 0
Eric K.