in reply to CDO and Linux ?

From what I can tell, CDO is a COM API that handles messaging. It may use IMAP, SMTP, POP3, LDAP, etc. It's an API, not a protocol.

I've never used Exchange, so I'm not the best source on this, but I think you can access it via LDAP, which may give you the information you want.

Replies are listed 'Best First'.
Re: Re: CDO and Linux ?
by ChrisR (Hermit) on Jun 13, 2003 at 21:05 UTC
    I have tried this before using LDAP and couldn't get it to work. LDAP works for accessing the DS (Directory Store) and the contacts, calendar, tasks, etc. are a part of the IS (Information Store). I've also tried using IMAP and got basically the results as described in the original post. There is something called ADSI out there that may be of some help although I haven't been able to find any good information to tell me exactly what it is.