you can try something like



current.assigned_to.setDisplayValue(email.body.assignedto);



That should set the value based on the name.   The problem there is that the first John Smith in the list will be the assigned_to value.



-Chris