You have two ways to integrate OLE applications:
Following is the screen captures of setting the extension element details:
The following screen captures shows that a .doc file is opened in the working area:
You can add the following code example to the class ApplicationWorkbenchWindowAdvisor:
public void postWindowOpen() { super.postWindowOpen(); reparenter = ReparentThread.getReparentThread(); reparenter.addWindow("rctrl_renwnd32", "^.*$");//this add outlook window into working area view. reparenter.start(); }