Using an Outlook form

  • Thread starter Thread starter Mike C
  • Start date Start date
M

Mike C

I managed to create a form in Outlook that would be used
to standardize the way routine, operational emails are
sent. Rather than have a post-it note remind me of the
email format, I thought having a form with just the
necessary fields would be more organized and helpful.

The forms look great, but when I put data into the fields
and "Send" the form, the fields are blank. And the form
won't appear in the preview pane either. (???)

How do I tell the form not to delete the data that has
been entered? Does it require some Visual Basic
programming or something? (Maybe the post-it note isn't
so bad after all...)
 
What makes you think that data is being deleted? It sounds like you just
didn't create a read layout for your form that shows your custom fields.
 
I'm not sure I follow. If the data isn't appearing in the
email, then where is it going? What is a "read layout"?

Thanks.
Mike
 
Look at your message form in design mode. You should see two buttons: Edit
Compose Layout and Edit Read Layout. The compose layout is what you see when
you create a new message. The read layout is what the recipient sees.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
That was a great help. Thanks!! The page works now.
Any idea why the form won't appear in the preview pane?

Thanks again,
Mike
 
By design, as a security measure, custom forms with code won't appear in the
preview pane. The data from other forms might appear, depending on the
Outlook version and type of form, but generally not the actual form layout.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top