Exemplo n.º 1
0
        private void buttonUnlock_Click(object sender, EventArgs e)
        {
            if (_representedAccount == null)
            {
                MessageBox.Show("The account must be saved first.", EnumStrings.hMailServerAdministrator);
                return;
            }

            _representedAccount.UnlockMailbox();
        }
Exemplo n.º 2
0
 public void UnlockMailbox()
 {
     _object.UnlockMailbox();
 }