Hide the TO CC etc. in new Email

  • Thread starter Thread starter willemsch
  • Start date Start date
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..
 
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.
 
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..
 
Back
Top