Beispiel #1
0
        private void Mailbox_Load(object sender, EventArgs e)
        {
            btnCompose.Focus();
            //1202, 707
            this.Size   = new System.Drawing.Size(1202, 707);
            label2.Text = "Total Mails : " + MailServer.GetMailCount(LoginCredentials.LoggedEmailId);
            //757
            //btnAccountSettings.Enabled = false;
            NoMailLabel.Visible = false;
            //InitTimer();

            // LoadSQl();
            SetLogin();
            LoadInboxMails();
            //

            txtSearch.Focus();
        }