Instead of altRecipient, try altRecipientBL.

mike 

-----Original Message-----
From: Dennis Hughes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2008 11:23 AM
To: cf-talk
Subject: CFLDAP to Update altRecipient in Active Directoy / Exchange

I am totally stumped on how I can update the altRecipient field that is
present within our Active Directory Contacts through the General
Exchange tab.  I can toggle on and off the deliverAndRedirect check box,
but I am unable to add anything to the altRecipient field (which should
be the DN of the mail enabled contact that was created)

Current Code:

<cfldap action="modify"
        dn="#thisDN#"
        attributes="altRecipient=#forwardDN#,deliverAndRedirect=TRUE"
        modifytype="add"
        server="#this.adServer#" 
        username="#adAdminUserNameDN#"
        password="#adAdminPassword#"
>

I am using similar code to create a Mail Enabled User, and the
permissions are set to allow for updating of the exchange and AD
components.

Any help would be great. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314302
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to