Embed files in Word (OUTLOOK.Fileattach)

T

tnguyen08

I have RTF files which have embedded ole objects whose classtype is
"Outlook.FileAttach". I've been trying to use the inlineshapes property in
the word object model. I can't do inlineshape.oleformat.object.saveas.
There is a Run-time error 430: Class does not support automation or does not
support expected interface.

My code works for other classtypes besides this. Is there a way around
these classtypes?
 
Top