Ejemplo n.º 1
0
 private void _bCreateMailbox_Click(object sender, EventArgs e)
 {
     IMAP4.CreateMailbox form = new IMAP4.CreateMailbox(this.Configuration);
     form.ShowDialog();
 }
Ejemplo n.º 2
0
 private void _bCreateMailbox_Click(object sender, EventArgs e)
 {
     IMAP4.CreateMailbox form = new IMAP4.CreateMailbox(this.Configuration);
     form.ShowDialog();
 }