in
Read Microsoft's KB articles 188019 & 192341 on how to use the mailto
URL scheme. Or read RFC 2368. This will work with whatever is the
currently designated default e-mail client.
How can I do this? I confirm that with outlook 2000 work correctly.
Things change.
http://support.microsoft.com/kb/829973/en-us
Doesn't mention a &subject parameter.
http://support.microsoft.com/kb/287573/en-us
Changes to using mailto to get the Subject added where &subject is a
valid parameter.
http://support.microsoft.com/kb/197782
Even the old Outlook 2000 article says to switch to using the mailto URL
scheme if you want to include a subject header.
There are lots of undocumented features in Microsoft's products. That
doesn't mean you should be using them. In the examples that I see where
&subject was used as a parameter to ipm.note, it was when the /m switch
was used, as in "/c ipm.note /m <addrslist> &cc=<addrslist>
&subject=<string> &body=<string>". You didn't use the /m switch. That
it worked doesn't mean you were doing it correctly.