View Single Post
  #1  
Old October 14th 08, 12:01 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 5
Default Can not add CommandBar if "Word 2003 to read Rich Text e-mail" isselected.

Hi,

I have to add CommandBar in inspector (Outlook 2003).
I am handling "NewInspector" event and getting handle of inspector.

I face problem when i receive an e-mail with Rich Text and open it.
As Word 2003 is selcted as default editor to read e-mails with rich
Rich Text, whatever CommandBar I add to the inspector is not visible.

inspector.IsWordMail() - returns me false.
inspector.WordEditor - returns me null. (Security Pop-up as well)
inspector.HTMLEditor - returns me null.
inspector.EditorType - returns me "olEditorRTF".

Is there any solution available for this ?

Thanks and Best Regards,
Nikhil Sharma

Ads