Hi,
I want to paste Texts & Table from RichTextBox to Email Body.
Is it possible?
Dim mm As New System.Net.Mail.MailMessage(FrmMail, ToAddress)
blah...blah...blah...
richtextbox5.copy
mm.body=richtextbox5.paste ???????????
Suppose mm.body=richtextbox5.text is not displaying the table lines...
Any Ideas, Thanks
I want to paste Texts & Table from RichTextBox to Email Body.
Is it possible?
Dim mm As New System.Net.Mail.MailMessage(FrmMail, ToAddress)
blah...blah...blah...
richtextbox5.copy
mm.body=richtextbox5.paste ???????????
Suppose mm.body=richtextbox5.text is not displaying the table lines...
Any Ideas, Thanks