I am doing a webmail like project with c#. I have a MultiSelectList in which I am trying to select all the groups that the logged in user is a member of so that the user can pick these and send messages to them, but the user is not supposed to get groups that they aren't part of. I am doing a webmail like project with c#. I ha