Sure. It depends on how your Exchange 5.5 is set up. Look at this sample:
Lets say that in Exchange 5.5, you have an organization set up as "ZZZ"...

<cfldap action="QUERY"
name="results"
attributes="givenname, sn, telephonenumber, mail, uid" 
scope="SUBTREE"
server="your_mailserver_name"
start="o=ZZZ"
sort="sn ASC"
filter="(uid=#attributes.username#)">

<CFOUTPUT QUERY="results">
#givenname#, #sn#, #telephonenumber#, #mail#, #uid#
</CFOUTPUT>


Alan McCollough
Web Programmer
Alaska Native Medical Center

> -----Original Message-----
> From: Ficke, Bill [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, August 10, 2000 10:17 AM
> To:   '[EMAIL PROTECTED]'
> Subject:      Read MS Exchange using CFLDAP?
> 
> Has anyone used the CFLDAP tag to read MS Exchange 5.5?  It seems
> acceptable
> on the surface, but I need to know some details.  
> 
> How does it affect performance on the Exchange server? 
> How well can you filter queries vs. hit on performance? 
> Any other useful information.
> 
> Thanks for the OT again.  This appears to be the most useful way to get
> solid CF development advice.  Any other forums I should be using?
> 
> Bill Ficke
> --------------------------------------------------------------------------
> ----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to