`
Par2: Emailing attachements with ShellExecute 2006-09-12 -- Lee White > Has anyone had any luck attaching a file to outlook or outlook express using > ShellExecute? You might want to take a look at the URL below. I haven't tried it but if Outlook handles EML files like OE it could be an answer. http://vbnet.mvps.org/code/internet/shellexecutelargeemail.htm Basically write everything into the EML file, including encoded attachments, and ShellExecute the file. Bo Schmitz adds: Seems only Outlook will support attachments (with &File?) OE works with EML, but Outlook uses a different Binary format. Nothing easy with M$. Printed November 21, 2024, 6:50 am This article has been viewed/printed 35311 times. |