Hide the TO CC etc. in new Email

W

willemsch

Hi,

would it be possible to create a vba program that opens a new message
window, and hides the address input fields. When a user clicks Send
mail button I want to intercept the message, send it to an specified
address and put the mail in a different folder as the send items
folder..



thanks..
 
K

Ken Slovak - [MVP - Outlook]

You'd have to use a customized Outlook form (IPM.Note) and make that the
default message form.

If this is to be distributed to others you'd be far better off writing the
code as a COM addin.
 
S

Sue Mosher [MVP-Outlook]

And even with a custom form, the user can still invoke the Address Book with Ctrl+SHift+B and input recipients.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


Ken Slovak - said:
You'd have to use a customized Outlook form (IPM.Note) and make that the
default message form.

If this is to be distributed to others you'd be far better off writing the
code as a COM addin.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


willemsch said:
Hi,

would it be possible to create a vba program that opens a new message
window, and hides the address input fields. When a user clicks Send
mail button I want to intercept the message, send it to an specified
address and put the mail in a different folder as the send items
folder..



thanks..
 

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