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