sarah2michelle
Technical User
Is there a way to create an email with an attachment through a mailto command line? Here is what I have so far...
This will create the email, but no attachment.
I am using outlook, but want this to work with other mail apps also.
I'm not positive this is the correct forum, but it does appear that you guys do work with mailto. If this is not the correct forum, can someone repoint me?
Code:
start mailto:test@test.com?subject=See&body=See Attachment&attachment=c:\test\account3.bmp
This will create the email, but no attachment.
I am using outlook, but want this to work with other mail apps also.
I'm not positive this is the correct forum, but it does appear that you guys do work with mailto. If this is not the correct forum, can someone repoint me?