T
Tom Trulley
Hello!
I'm using code from
http://support.microsoft.com/default.aspx?scid=kb;en-us;275262
to access Exchange Data via ADO. This code works, but it crashes if I
use the "Contacts" folder instead of "Calendar" (any other folder
works, too).
My code snipplet:
With ADORecordset
.ActiveConnection = ADOConnection
.CursorType = adOpenStatic
.LockType = adLockReadOnly
.Open "Contacts" <-- This crashes ("Calendar"
works)
End With
Any ideas?
P.S.: Crash is in msexch40.dll (I updated the JET engine to SP8,
didn't help)
I'm using code from
http://support.microsoft.com/default.aspx?scid=kb;en-us;275262
to access Exchange Data via ADO. This code works, but it crashes if I
use the "Contacts" folder instead of "Calendar" (any other folder
works, too).
My code snipplet:
With ADORecordset
.ActiveConnection = ADOConnection
.CursorType = adOpenStatic
.LockType = adLockReadOnly
.Open "Contacts" <-- This crashes ("Calendar"
works)
End With
Any ideas?
P.S.: Crash is in msexch40.dll (I updated the JET engine to SP8,
didn't help)