Change Default Send email form to Custom Send email Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Change Default Send email form to Custom Send email Form
I need to create custom form that replace the common send email form.
The only change is one chekbox that specify if the user need to copy this
send email to specify folder or no.

how can i associate my custom form to the default message form??? i need to
update the system that need to work with my custom form and no with the
default form.

Thanks a lot.
Ruben
 
Change Default Send email form to Custom Send email Form
I need to create custom form that replace the common send email form.
The only change is one chekbox that specify if the user need to copy this
send email to specify folder or no.
See this page:

How to make a Microsoft Outlook custom form the default 8/9/2005
How to make a new Microsoft Outlook form the default for a folder (or the
overall default) and convert existing items
http://www.outlookcode.com/d/newdefaultform.htm - 25 KB


Hollis D. Paul [MVP - Outlook]
Mukilteo, WA USA
 
This is generally a bad idea. Using a custom form for all mail messages will ensure that non-Outlook users will not get any attachments you send to them.

If your goal is to have the user specify a folder to copy outgoing mail to, then VBA code (for your personal use) or a COM add-in (for enterprise distribution) would be a more appropriate solution.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top