Doch, das tut es.
Der Befehl für das aktuelle Mailprogramm steht jeweils unter:
Code:
HKEY_CLASSES_ROOT\mailto\shell\open\command
und lautet für Outlook Express z.B.
Code:
"%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:%1
Aufruf z.B. durch
Code:
"%ProgramFiles%\Outlook Express\msimn.exe" /mailurl:mailto:test@test.test
Grüsse
...Doc