- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In this website it shows how to create a mail to a specific mail that includes but a subject and a body in the email by using HTML, and it works perfectly. When using basically the same code in autocad like this:
(command "start" "mailto:test@example.com?subject=TestSubject&body=TestBody!")a mail is created with the correct receiver, correct subject, but the body is empty.
If I reverse the order of body and subject in the command like this
(command "start" "mailto:test@example.com?body=TestBody!&subject=TestSubject!")then the body is included, but not the subject.
How can I include both subject and body at the same time?
I have searched for this and found solutions using visual lisp, but all those force the mail to be either closed or sent before you can do anything with either outlook or AutoCAD, and I want to avoid that functionality. If there is a way to make the visual lisp solution to not hijack both AutoCAD and Outlook that would work also.
Solved! Go to Solution.