
Help How to use WordMail with an Outlook 2000 custom form ???
hello
I'm working with Outlook 2000 and an a custom form with
VBScript code
In the property page I 've selected 'use word editor...' with a word
modele file(.dot)
When I run the form, Outlook doesn't use WordMail so the tab
functionalities don't work with the dot file included in the message
field... but if I save or publish this form and try to open it again,
Outlook runs WordMail !!!
I would like to use this form with users who don't have Word as
default mail editor in their Outlook configuration.
I've added this code in my script
MsgBox Item.GetInspector.IsWordMail
Msgbox Application.ActiveInspector.EditorType
in the open mode the form returns
-> false (Why ? I 've designed the form with 'use Word as mail
editor')
-> 4
in the read mode (when the form is saved or published and when I try
to open it again)
-> true (Outlook uses WordMail and all is correct)
-> 4
Does Anyone know how to force Outlook to use Wordmail with a custom
form in the open mode ???
Thanks in advance
Christophe