I just downloaded and installed SmarterMail 4.3. Since I want to use it as my Mail server which will actually be part of my web application, I would like to know if I can create email users via my ASP.NET application on the server where i will install SmarterMail. Does it provide any API to create users, manipulate them, get the users list and so on? if yes, in which DLLs? I just added SmarterTools.Common.dll, SmarterTools.Standards.dll, RemoteClient.dll and RemoteInterface.dll files to my ASP.NET project but I couldn't find an approperiate class to perform such actions. Does anybody have any idea?