Marshalling Necessity?

Z

Zhenxin Li

I write an addin for Outlook and Word that will modify the text selection of
mail item. I get mail item object in one thread, and modify selection in
another thread, then I get access violation when I modify selection.

Is marshaling necessary under this scenario? A call to CoMarshalInterface
needed?

Thanks!
zxli
 
Top