Assign distribution group members each a class topic . . .http://forums.asp.net/t/1792955.aspx/1?Assign+distribution+group+members+each+a+class+topic+Mon, 16 Apr 2012 12:24:27 -040017929554932760http://forums.asp.net/p/1792955/4932760.aspx/1?Assign+distribution+group+members+each+a+class+topic+Assign distribution group members each a class topic . . . <p>Hi guys,</p> <p>I need some advice regarding a web app that I am currently developing.&nbsp; I am stuck on this:</p> <p>Basically, the admin will login to the web app, select a distribtution group and a class topic and press submit.</p> <p>After the submit, that class&nbsp;topic will then be assigned to all the&nbsp;members of that selected distribution group.&nbsp; An email will be sent to each</p> <p>user of that group with a link to login and fill out a few questions.</p> <p>Now, how will I go about doing this?&nbsp; I mean, do I enumerate all the users of the distribution group after the submit and then insert each individual row into a sql table or do I just insert the distribution group email into a table?&nbsp; or do I check AD after each user logs into the web app if they are a member of that group and then have them view the assigned questions/content?&nbsp;</p> <p>I hope you understand what I am trying to do .&nbsp; Please any help would be appreciated.</p> <p>Thanks!</p> <p>&nbsp;</p> 2012-04-15T01:29:01-04:004934711http://forums.asp.net/p/1792955/4934711.aspx/1?Re+Assign+distribution+group+members+each+a+class+topic+Re: Assign distribution group members each a class topic . . . <p>You could load the member property and step through each member and look up their email on their account but you shouldnt need to. If the distribution list has an email address assigned to it, just load the mail property for that distro list and send your email to it. All members of the distro list will get it. (Note not all distro lists get setup with an email address. But your sys admin can make one for it).</p> <p>But if you do need to record each person being assigned the class you would then need to step through the list of members and add the records to your database. You may want to do this since if someone would get accidentally removed from the distro list they would loose all their assignments.</p> 2012-04-16T12:24:27-04:00