} //end of for loop (int i = 0; i < al.size(); i++)
EmailFacadeHome cfh = (EmailFacadeHome) CVUtility.getHomeObject("com.centraview.email.emailfacade.EmailFacadeHome", "EmailFacade");
EmailFacade remote = (EmailFacade) cfh.create();
remote.setDataSource(dataSource);
remote.removeFolder(sourcefolderid, trashfolderId);
//Added by Ryan Grier - 10.08.2003
//Build the parent view address
//This will be passed to the jsp page and
//the opener window will be redirected to this URL.