vote up 0 vote down star

I'm building a .NET application where I want to dynamically add an email address for users when they create an account, so that they can email themselves things to their account and see it in the app.

The email address would be something like [account_name]@[site.com].

Is there a good reference URL to read which explains how to do this? I'm in a ASP.NET/Exchange environment, but I'm willing to read articles dealing with other mail servers.

Apparently this is a difficult question to answer!

flag

19% accept rate

1 Answer

vote up 1 vote down

This Microsoft Knowledge Base article explains how to create a new Exchange user and mailbox using DirectoryServices:

http://support.microsoft.com/kb/313114

Hope that helps!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.