hMailServer.Administrator.ucProtocolPOP3.SaveData C# (CSharp) Method

SaveData() public method

public SaveData ( ) : bool
return bool
        public bool SaveData()
        {
            hMailServer.Settings settings = APICreator.Application.Settings;

             settings.MaxPOP3Connections = textMaxPOP3Connections.Number;
             settings.WelcomePOP3 = textWelcomeMessage.Text;

             DirtyChecker.SetClean(this);

             Marshal.ReleaseComObject(settings);

             return true;
        }