Any one can help me
-
i want send mail msg from smtp server see thes code Dim MA As New MailMessage MA.Subject = "hi" MA.BodyFormat = MailFormat.Text MA.Body = RichTextBox1.text '//error in Here MA.From = "ahmedbondok1982@hotmail.com" MA.To = "hakbondok@yahoo.com" SmtpMail.SmtpServer ="my smtp IP" SmtpMail.Send(MA) i want my mail msg body.format text and text siz and color and font get it from RichTextBox1.properties Plz hel me and thnx :confused:
Ahmed El-Badry
-
i want send mail msg from smtp server see thes code Dim MA As New MailMessage MA.Subject = "hi" MA.BodyFormat = MailFormat.Text MA.Body = RichTextBox1.text '//error in Here MA.From = "ahmedbondok1982@hotmail.com" MA.To = "hakbondok@yahoo.com" SmtpMail.SmtpServer ="my smtp IP" SmtpMail.Send(MA) i want my mail msg body.format text and text siz and color and font get it from RichTextBox1.properties Plz hel me and thnx :confused:
Ahmed El-Badry
Try to write a subject that has anything to do with your question. A request for help is totally useless for distinguishing your thread from others, as almost every thread here is a request for help. What you are asking for is impossibe. If you want to send a message in plain text format, you can't add any formatting to the text.
--- Year happy = new Year(2007);
-
Try to write a subject that has anything to do with your question. A request for help is totally useless for distinguishing your thread from others, as almost every thread here is a request for help. What you are asking for is impossibe. If you want to send a message in plain text format, you can't add any formatting to the text.
--- Year happy = new Year(2007);
thnx to your help:sigh:
Ahmed El-Badry