I have a macro that attaches a file to an email and then sends the email to
specified recipients. The email client is Lotus Notes. I have the
following code.

With objNotesField
.APPENDTEXT "This is a test " & "No it is not"
End With


This is text that goes into the body of the email. Is there a way to
specify text properties for this text, such as bold, underline, color, etc?

For example, I'd like for "This is a test" to be underlined, and I'd like
"No it is not" to be bold.

Are either one of those possible?
Thanks.
Paul