Question : Delete Users and Mailboxes

I need to delete some users in SBS 2008 with Exchange 2007 mailboxes. Do I delete the user or the mailbox first?

Thanks!!!

Answer : Delete Users and Mailboxes

Sorry error in last post, try this.
1:
2:
3:
Dim user = (From u In db.UserInfo  _
            Where userPW.CompareTo(u.Password) = 0 _
            Select u).FirstOrDefault()
Random Solutions  
 
programming4us programming4us