
VBA UserForm sample: Select from a list of templates
How to use a userform and VBA to select from a list of templates when creating a new message to a contact.

Migrating custom forms to a new Outlook version
When custom forms aren't working as expected, check to see if scripts are enabled in folders. I'll show you when to check.

Use one Start and End time for all Outlook Appointments
How to create a custom form that has a preset start and end time by adding add a little VBScript then publish the form. You can then either set the form as your default appointment form or select it from the New Items menu.

Using VBA to Change Business Card Image & Layout
While you can create a custom form that will apply to all new contacts, the business card image on existing contacts won't be updated. This is to preserve any business cards you may have already updated. If you really want to update the business card image on your contacts, you can use VBA to quickly make the change. We have code samples to change both the card image and the layout with BusinessCardLayoutXml.

How to Show Appointments as "Free" by Default
Do you want most of your new appointments to use Free (or Tentative or Out of Office) as the default for the "Show as time" instead of Busy? Outlook doesn't have an option to set the "Show time as" default but you can create a custom appointment form with "Show time as" set to Free,

How to Insert the Date and Time into an Outlook Item
One often requested feature that is missing in older versions of Outlook is ability to insert a date and time stamp into the body of Outlook items. While Outlook doesn't offer it directly, you can use a custom form or an add-in to insert the date stamp. While this is not needed in Outlook 2007

Create a Template With the Account Selected
It is possible to create a template and choose one of your accounts as the sending account. Begin by opening an Outlook form. If you use Word as your editor, you'll need to open an Outlook form using Actions, New Mail Using, Microsoft Office Outlook (HTML) or disable Word as the editor in Tools, Options,
Using Custom Business Cards
While you can't the business card layout used by existing contacts, other than by editing each contact, you can change the default which is used for new contacts by creating a custom contact form with the desired business card layout and publish it. Set it as the default Contacts form for new Contacts. Create a

No Automatic Signatures on Custom Forms & Templates
When you use custom forms or email templates, Outlook will add a signature to the form, if one is assigned to your email account. You can prevent this by adding a key to the registry. This key is an all-or-nothing deal – you can't apply it to some custom forms and not others. If you


