-
Hey
Did you guys ever find a solution to this problem? I aswell am having the exact same problem.
I however don't think its a login issue as I can get session name form jxCdoSession.GetName() and the names of my info stores. Can't see how I should be able to that without being logged in.
I'm using the examples while getting this error
Maybe Vikramrc can help us get through this or...
2009-11-16 14:32:29 UTC by sunehh
-
Hi,
Exchange Server is a COM server. If I may suggest, please read about introduction to COM , introduction to CDO (collaboration data objects) and introduction to VBScripting before using j-XChange. The library is unfortunately meant for advanced users , the aforementioned should give you some footing to work with.
thanks,
best regards,
Vikram.
2009-11-06 00:09:23 UTC by vikramrc
-
Vikrum,
This is a very dumb question, but where is COM server?
There's Exchange server, and where-ever my java application sits should have COM configured?
Thanks!
2009-11-05 22:05:37 UTC by mikani
-
Hi Gina,
No you don't require either.
thanks,
best regards,
Vikram.
2009-11-05 00:40:46 UTC by vikramrc
-
Hello,
I'm a new user to j-Xchange, and would like to know if WebDAV or EWS is required in order to use j-XChange. Please let me know.
Thanks,
Gina.
2009-11-04 19:04:34 UTC by mikani
-
I'm trying to filter Appointments in the Calendar. The template I am using as an example is here: [J-Integra Appointment Filter Example][1]
I can't figure out how to set a filter for a date range on CalendarItems. Is there an example that uses JXCdoMessageFilter, and JXCdoMessages.GetFirst(filter) that works? I see tons of VB examples on the web, but I can't get anything to work. The error...
2009-10-20 11:01:27 UTC by natebowler
-
Did you ever find an answer to this question or get past this? I'm having the exact problem you are having. Any tips would be appreciated.
2009-10-19 12:51:34 UTC by natebowler
-
Hello,
I need to access the calendar in an exchange server and I start using this API . While running the tests I have an error on getDefaultFolder for all the examples(org.jxchange.client.cdo121.JXCdoException: Exception occurred. [0x80020009]).
I tried to follow the J-Integra configuration to track the bug.So my Questions are:
- Is it necessary to have the CDO machine and the...
2009-10-12 14:17:28 UTC by noelaa5
-
Hi dangndq,
here is a VB-code-snip from the MSDN-Library for dealing with CDO:
' get PAB AddressList from AddressLists collection of Session
Dim myList As AddressList ' used to obtain PAB
Dim newEntry As AddressEntry ' new user in PAB
Dim newField As Field ' fax number of new user
' assume objSession created and logged on to without problem
Set myList =...
2009-09-22 10:12:06 UTC by alexspritze
-
Hi Imran,
How can we add a new contact to contacts folder?
I just downloaded the j-xchange, cound you please kindly help me with this.
Thanks.
2009-09-20 04:18:34 UTC by dangndq