Hi everybody!
I would like to make a quick question. I have a code in a form of my database that sends an e-mail to the people in it.
In the code I have ".Body="; I have written the following:
.Body= "Please read information attached."
I would like to know if there is any possibility to add a more extensive verbiage including space between paragraphs. I have tried to do this by adding the following:
.Body= "Text"_
"Text"_
"Text"_
"Text"_
But the vba says there is an error, first it says "_" is an invalid character.
Is possible to add an extensive verbiage with this property?
Thanks!
I would like to make a quick question. I have a code in a form of my database that sends an e-mail to the people in it.
In the code I have ".Body="; I have written the following:
.Body= "Please read information attached."
I would like to know if there is any possibility to add a more extensive verbiage including space between paragraphs. I have tried to do this by adding the following:
.Body= "Text"_
"Text"_
"Text"_
"Text"_
But the vba says there is an error, first it says "_" is an invalid character.
Is possible to add an extensive verbiage with this property?
Thanks!