"justify">}
} = 0;
} {MessageBox.Show ("Помилка введення! Для пошуку введіть номер замовлення.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);}
} ((! radioButton1.Checked) && (! radioButton2.Checked))
{. Show ("Необхідно вказати за яким критерієм Ви здійснює пошук: по найменуванню замовлення або за номером замовлення.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); p>
}
}
}
}
Почта.cs
using
{partial class Пошта: Form
{Пошта ()
{();
} string file; void button1_Click (object sender, EventArgs e)
{
// Авторизація на SMTP сервереSmtp = new SmtpClient ("smtp.mail.ru", 25);
// Smtp.Credentials = new NetworkCredential ("elena94024", textBox3.Text.Trim ());. Credentials = new NetworkCredential ("didi17@bk.ru", textBox3.Text. Trim ());. EnableSsl = false; checkaddr = false; checksubj = false; checksubp = false; (textBox1.TextLength> 0) checkaddr = true; (checkaddr == false) MessageBox.Show ("Введіть адресу одержувача! "); (textBox2.TextLength> 0) checksubj = true; (checksubj == false) MessageBox.Show (" Введіть тему повідомлення! "); (textBox3.TextLength> 0) checksubp = true; (checksubp == false) MessageBox.Show ("Введіть пароль!"); (checkaddr == true & checksubj == true & checksubp == true)
{Msg = new MailMessage ();
// Msg.From = new MailAddress ("elena94024@mail.ru");. From = new MailAddress ("didi17@bk.ru");. To.Add (new MailAddress (textBox1.Text.ToString ()));. Subject = textBox2.Text.ToString ();. Body = richTextBox1.Text; file = openFileDialog1.FileName.ToString ();; attach = new Attachment (file, MediaTypeNames.Application . Octet); disposition = attach.ContentDisposition;. CreationDate = System.IO.File.GetCreationTime (file);. ModificationDate = System.IO.File.GetLastWriteTime (file);. ReadDate = System.IO.File.GetLastAccessTime (file );. Attachments.Add (attach);
{. Send (Msg) ;/ /! отправка.Show ("Повідомлення надіслано!");
}
{MessageBox.Show ("Неправильний введення!");}
}
{MessageBox.Show ("Деякі поля залишилися незаповненими!");}
} void button2_Click (object sender, EventArgs e)
{. Close ();
} void Почта_Load (object sender, EventArgs e)
{
}
}
}
Інформація.cs
using
{partial class Інформація: Form