Hi Johan,
you would need to set the content-type for the file so that the browser knows what to do with it.
the content-type should be
application/vnd.ms-outlook
I have tweaked nethttp.clw for the next build, in the _GteContentType method;
of 'msg'
return ('application/vnd.ms-outlook')
Cheers
Bruce