G
Guest
Using SendObject I have in the correct syntax:
,"this is my text in the message body",True
I want to insert a carriage return and have tried:
,"this is my text"& vbCrLf &"the message body", True
Which does not work. Can anyone correct me OR is it not possible to do this
in this case?
Thank you
,"this is my text in the message body",True
I want to insert a carriage return and have tried:
,"this is my text"& vbCrLf &"the message body", True
Which does not work. Can anyone correct me OR is it not possible to do this
in this case?
Thank you