T
Tom at GSD
Hello,
I am in the process of upgrading one of our add-ins to Outlook 2007. This
specific add-in made use of the HTML editor which we used to add HTML
elements to the document. I have discovered that the “GetHtmlEditor†method
no longer works and we have to use the Word Editor to edit the document. The
problem is that I try to get the word editor and the method fails. In other
words the following call no longer works.
CComQIPtr<MSWord::_Document> spDoc = m_pInspector->GetWordEditor();
I want to get the HTML document if possible.
It there a way to edit the HTML document anymore? Does anybody have any
experience with this?
Thanks for your help,
Tom -
I am in the process of upgrading one of our add-ins to Outlook 2007. This
specific add-in made use of the HTML editor which we used to add HTML
elements to the document. I have discovered that the “GetHtmlEditor†method
no longer works and we have to use the Word Editor to edit the document. The
problem is that I try to get the word editor and the method fails. In other
words the following call no longer works.
CComQIPtr<MSWord::_Document> spDoc = m_pInspector->GetWordEditor();
I want to get the HTML document if possible.
It there a way to edit the HTML document anymore? Does anybody have any
experience with this?
Thanks for your help,
Tom -