Change Default Save As File Type

I

Ian Scott

If you wish to save an email (using File|SaveAs) the dialog form always
defaults to file type .rft. Is there any way in vba (or, indeed, any
other way) that this dialog box can be presented to the user but with
the default file type as .msg.

I can do this in Excel and Word (Application.Dialogs... etc.) but I
cannot find this facility in Outlook (XP). Am I missing something?

Any suggestions gratefully received.

Ian
 
K

Ken Slovak - [MVP - Outlook]

You cannot customize File, SaveAs. You could write your own code for a
custom button, replace SaveAs with your button and open the Windows
common dialog for saving in your code. The filter for the common
dialog would be set to whatever file extension you want.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top