private void _bCreateMailbox_Click(object sender, EventArgs e) { IMAP4.CreateMailbox form = new IMAP4.CreateMailbox(this.Configuration); form.ShowDialog(); }