Hi. I am not sure if this is more Visual Basic or more Notes. I have a function in VBA (Word) that sends a mail usin Lotus Notes. My problem is that I need to format the text in the mail to be able to get bold text or different fonts for example.
The function I am using at the moment passes a simpel string to the body of the mail document and I it is therefore not possible to variations of textin the e-mail body.
I have seen that it is possible to maybe pass rich text(object) to the body part. So that one can format the text in VBA before inserting in the mail.
Does anyone know of where I can get help or more info on this?
The function I am using at the moment passes a simpel string to the body of the mail document and I it is therefore not possible to variations of textin the e-mail body.
I have seen that it is possible to maybe pass rich text(object) to the body part. So that one can format the text in VBA before inserting in the mail.
Does anyone know of where I can get help or more info on this?