i wrote an app that accessed an msexchage 5.5 server and retrieved the users
from it...
i used the following code....
<cfset attributes="givenname,sn,mail,department">
<cfset port = smtp_port_number>
<cfset sortby="givenname,sn,mail">
<cfldap action="QUERY"
name="x_users"
attributes="#attributes#"
start="co=US"
scope="SUBTREE"
sort="#sortby#"
server="server_name"
port="#port#"
timeout="20">
I had to ask the sys admin to ENABLE LDAP in the server. Some admins may
have disabled it for security reasons.
You can then output the data obtained just as if this had been a query forma
database.
hope this helps!
----- Original Message -----
From: "Daryl Fullerton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, December 10, 2000 11:04 AM
Subject: MS Exchange
> Hi all,
>
> I am a great fan of www.cfcomet.com but the site lacks resourses on MS
> Exchange integration.
>
> I am wondering if anyone out there has any experiences in integrating
> Exchange 5.5 or 2000 with CF.
>
> Any experiences even small would be greatly appreciated.
>
> Thanks
>
> D
>
> Daryl Fullerton,
> Managing Partner,
> BizNet Solutions,
> Allaire Premier Partner (Ireland)
> 133 - 137 Lisburn Road
> Belfast
> BT9 7AG
> N.Ireland
>
> Direct +44 (0) 28 9022 7888
> Tel +44 (0) 028 9022 3224
> Fax +44 (0) 028 9022 3223
>
>
> [EMAIL PROTECTED]
> Http://www.BizNet-Solutions.com
>
> [EMAIL PROTECTED] (Chairman)
> Http://www.cfug.ie The Irish Cold Fusion User Group
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists