-
Hello Everyone,
I am trying to use a Rich TextBox in a DLL that creates a text file of Emails in my Database. The problem that I am having is that when i try to set the text property equal to the to body of my email message(which i am getting from a recordset) I get an error message saying "Set Not Permitted".
Can anybody help me get past this, Please Help!
-
Quick Question
Have you tried setting the body of the email to a constant text like this:
Code:
.body = "This is the text."
If you haven't, try that first, see what happens, and let me know.
Good Luck!