Ejemplo n.º 1
0
        private void send_mail_Click(object sender, EventArgs e)
        {
            MessageBox.Show(@"Sign in to your Google Admin console.
Sign in using an administrator account

 From the Admin console Home page, go to Security > and then > Basic settings.
To see Security on the Home page, you might have to click More controls at the bottom.

Under Less secure apps, select Go to settings for less secure apps.

In the subwindow, select the Disable access to less secure apps for all users radio button.
Once you've set Disable access to less secure apps for all users to on, affected users within the selected group or Organizational Unit will not be able to toggle access for less secure apps on or off themselves. You will have to set the setting back to Allow users to manage their access to less secure apps to allow them to toggle access for less secure apps on or off themselves.  ", "Note", MessageBoxButtons.OK, MessageBoxIcon.Information);
            Mail m = new Mail();

            m.Show();
        }
Ejemplo n.º 2
0
        private void newToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Mail m = new Mail();

            m.Show();
        }