Forums & Blog

A SmarterTools-sponsored community.
Welcome to Forums & Blog Sign in | Join | Help
in Search

svcDomainAdmin - ReloadDomain

Last post 11-26-2007 12:50 PM by Wallis. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 11-26-2007 12:50 PM

    • Wallis
    • Not Ranked
    • Joined on 09-15-2006
    • Posts 2

    svcDomainAdmin - ReloadDomain

    Hi,
    I reload the Smarter Mail using the Smarter Mail Web Service (svcDomainAdmin -> ReloadDomain) in the mail server every time when I modify user's email setting. It was working well until couple days ago. I am getting this error message (Server was unable to process request. --> Object reference not set to an instance of an object.) Any suggestion/ideas?

    The following is my C# code:

    try
    {
    SmarterMail.svcDomainAdmin Server = new SmarterMail.svcDomainAdmin();
    Server.ReloadDomain("SM_UserName", "SM_Password","Domain Name");
    }
    catch (Exception ex)
    {
    Console.WriteLine(ex.Message);
    }
Page 1 of 1 (1 items)