Link to home
Start Free TrialLog in
Avatar of costinu
costinuFlag for Romania

asked on

Get free/busy information from exchange in VB

Hi,

I want to retrive free/busy information for exchange users using VB 6.0 and I don't want to use outlook objects or a html post.

I used to retriev the exchange users the following interogation with ADO:
<LDAP://Server>;(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact)) ))));adspath;subtree

and is working, but for free/busy, I have no idea.
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of David Lee
David Lee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of costinu

ASKER

Hi, BlueDevilFan,

I agree with you. I found a soulution using Outlook Redemption dll (which I have to buy it).

Anyway your answer is a solution to my question, cannot be done via ADO,
Thanks