Prevent 'one-offing' of dynamically customised forms

M

Matt Fletcher

I've written some code which uses the UserForm interface in fm20.dll to
dynamically customise the form used to display certain received mails. My
customisation works fine, but has three unwanted side effects:
1. when forwarding the mail, the Outlook editor is displayed rather than
Word
2. if the mail is forwarded, the custom form is forwarded along with the
mail
3. Outlook always prompts the user to save when closing the received mail
whose form has been customised.

Is there any way to make Outlook blind to my customisations and solve all
three problems at once?

thanks
Matt Fletcher
 
K

Ken Slovak - [MVP - Outlook]

If you customize the form in code you will always one-off it and produce
those problems. Solution is to not customize the form in code but to design
it.
 

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