-
Ok. Now i will use latest version.
Thanks,
Ads.
2009-09-04 09:52:05 UTC in j-Interop : Java - COM Interoperability
-
I am using j-Interop 1.23 (Release Candidate 3).
2009-09-04 09:45:00 UTC in j-Interop : Java - COM Interoperability
-
Hi Vikram,
Here is my code.
package trial;
import java.io.IOException;
import java.util.ArrayList;
import org.jinterop.dcom.common.JIException;
import org.jinterop.dcom.common.JISystem;
import org.jinterop.dcom.core.IJIComObject;
import org.jinterop.dcom.core.JIComServer;
import org.jinterop.dcom.core.JIProgId;
import org.jinterop.dcom.core.JISession;
import...
2009-09-04 09:07:18 UTC in j-Interop : Java - COM Interoperability
-
Hi All,
Have anyone looked at my problem?. Please help me out. my code is:
JIVariant var = dpMail.get("GetInspector");
IJIDispatch insp = (IJIDispatch)
var.getObjectAsComObject(unknown);
JIVariant var3 = dpMail.callMethodA("FormDescription");
IJIDispatch desc = (IJIDispatch) var3.getObjectAsComObject(unknown);
desc.put("UseWordMail", new...
2009-09-04 07:40:04 UTC in j-Interop : Java - COM Interoperability
-
Hi Vikram,
I am trying to solve my problems. i have already posted 2 messages here, but no reply. :(. It is really frustrating now. I have tried different ways to create the email body from the doc file. but whenever the diffent application object it returned, i got following error.
org.jinterop.dcom.common.JIException: The object invoked has disconnected from its clients. [0x80010108]
at...
2009-09-02 14:14:56 UTC in j-Interop : Java - COM Interoperability
-
Sorry for empty message. But i am trying to read the text file. I tried both the ways: ReadAll and ReadLine, but i am not able to get any data.And i got following error. I am using office 2003. org.jinterop.dcom.common.JIException: Exception occurred. [0x80020009] ==> Message from Server: [ ]
at org.jinterop.dcom.win32.JIDispatchImpl.invoke(JIDispatchImpl.java:317)
at...
2009-09-01 10:49:18 UTC in j-Interop : Java - COM Interoperability
-
Hi All,
2009-09-01 10:43:51 UTC in j-Interop : Java - COM Interoperability
-
Hi All,
I want to read the doc file and add all it's contents with formatting to the body of the mail item. How i can do that with the help of JACOB? Please please please help me out. It's really very urgent.
Thanks in advance,
ads.
2009-09-01 10:13:49 UTC in JACOB - Java COM Bridge
-
Hello All;
I want to read the formatted contents from the doc file and append it to the outlook mailitem's body. I tried lot of ways, but no success :(. Finally i got one solution in which i have to read the contents the html file and append it to the body.
But it seems that j-interop does not support any functions related to reading the file or file streams. Please help me out. I...
2009-08-31 11:40:20 UTC in j-Interop : Java - COM Interoperability