Mailbox account

  • Thread starter Thread starter Eduardo Fonseca B.
  • Start date Start date
E

Eduardo Fonseca B.

I'm looking for a way to create mailbox account from C#. I use the Windows
Server 2003 POP3 service. I'm not using Microsoft Exchange, nor will be using
it in a long term.
 
The accounts cannot be created via POP, so there is no generic way of doing
this. You will have to find out the type of software used to serve mail to
set up the mailbox programatically.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 
I just found a way to create the accounts it is to invoke winpop.exe process,
and send the parameters manually, it has an option to create the user in the
Active Directory.
 
Back
Top