Help How to use WordMail with an Outlook 2000 custom form ??? 
Author Message
 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



Tue, 03 May 2005 00:52:35 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Outlook 2000 Custom Form using Date Time Picker Control

2. Linking Project 2000 to Outlook 2000 custom forms

3. Linking Project 2000 to Outlook 2000 custom forms

4. Linking Project 2000 to Outlook 2000 custom forms

5. Outlook 2000: Custom form - read page keeps asking for save changes

6. Custom Form and List box problem Outlook 2000

7. word object using wordmail (outlook)

8. Building Apps MS Outlook 2000- Help Desk custom

9. Here's a sample app using Outlook 2000 forms and VBA

10. form of outlook xp to outlook 2000 sp3

11. Adding menu items to custom forms using Outlook 98

 

 
Powered by phpBB® Forum Software