I have a Windows Domain here that runs Exchange 2007, and I need to programmatically create new Mailing Lists.
From what I could gather so far, Exchange mailing lists are just normal AD Groups, so I mainly have to worry about the interaction with AD. I used the System.DirectoryService namespace to query AD, but I'm not sure what the correct way would be to create a Distribution Group here. Especially it has to be mail-enabled and show up in the Outlook address book, so I don't know if I need to invoke some magic to make sure Exchange picks up the new group?
Any pointers?