I just tried the altRecipientBL and ended up with the similar LDAP 19 error that I was getting before.
Error is: An error has occured while trying to execute modify :[LDAP: error code 19 - 000020B1: AtrErr: DSID-030F0C1A, #1: 0: 000020B1: DSID-030F0C1A, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 20126 (altRecipientBL) ]. One or more of the required attributes may be missing or incorrect or you do not have permissions to execute this operation on the server. >Instead of altRecipient, try altRecipientBL. > >mike > >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:314304 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

