"($JunkMail)" _ And view.Name<>"($Inbox)" _ And view.Name<>"($Trash)" _ And view.Name<>"(Diario di gruppo)" _ And view.Name<>"($Alarms)" Then Set vc = view.AllEntries Set view2 = db2.GetView(view.Name) If view2 Is Nothing Then Msgbox"Non recuperata folder "+view.Name Else Call vc.PutAllInFolder(view2.name) End If End If End If End Forall">