M
Mark
I have an Office 2000 Outlook add-in that when using Word as the email
editor, reads the document and inserts text into the word document. When I
try to set the modified text to the email body:
objMailItem.HTMLBody = pubDocCurrent.HTMLProject.HTMLProjectItems.Item(1).Text
I get a MsgBox on the email stating: "Catastrophic Failure".
Is there a way to put a modified Word-HTML back into the email body.
editor, reads the document and inserts text into the word document. When I
try to set the modified text to the email body:
objMailItem.HTMLBody = pubDocCurrent.HTMLProject.HTMLProjectItems.Item(1).Text
I get a MsgBox on the email stating: "Catastrophic Failure".
Is there a way to put a modified Word-HTML back into the email body.