public bool MailboxExists(string userName)
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     return api.MailboxExists(userName);
 }