How to default save as msg format?

  • Thread starter Thread starter Miling
  • Start date Start date
M

Miling

Dear all,

How can l write the program in Outlook then when user save as their email
will be default .msg format?

Thanks in advance!
 
Yes, l want to write some macro or program to modify this, is it possible ?

Thanks a lot!

Hi,

do you mean the SaveAs dialog? OL offers no way for changing that.
 
As I said: OL offers no way.

If you are familiar with the Win32 API and able to develop an
asynchronously running ActiveX-EXE, then it might be possible to change
the combobox selection (for the file extension) after the dialog is
displaying. In OL2k e.g. it is possible writing the filename with the
..msg extension into the file name field, the selected extension then
will be ignored. But this works only for plain text, not for html or rtf
mails.
 
Thanks a lot !

As I said: OL offers no way.

If you are familiar with the Win32 API and able to develop an
asynchronously running ActiveX-EXE, then it might be possible to change
the combobox selection (for the file extension) after the dialog is
displaying. In OL2k e.g. it is possible writing the filename with the
.msg extension into the file name field, the selected extension then
will be ignored. But this works only for plain text, not for html or rtf
mails.
 
Back
Top