> Is there a Windows API function used to create a pop3 mail account for Win
> server 2003. I just know an ADSI method to implement this.
I don't know. You mau want to post in one of the
microsoft.public.windows.server.?
groups.
That said, there is a command line interface for that:
http://technet2.microsoft.com/WindowsServer/en/library/0f92dbc9-c603-4deb-aa06-2
9f7db0a5bc31033.mspx?mfr=true
It's cheesy but you could use CreateProcess() to pass it the command line.
Regards,
Will
su haiqing - 28 Feb 2007 16:36 GMT
Thanks William. I will have a try.
"William DePalo [MVP VC++]" <willd.no.spam@mvps.org> дÈëÏûÏ¢ÐÂÎÅ:%231FcS30WHHA.3980@TK2MSFTNGP02.phx.gbl...
>> Is there a Windows API function used to create a pop3 mail account for
>> Win server 2003. I just know an ADSI method to implement this.
[quoted text clipped - 13 lines]
> Regards,
> Will