MikeC14081972
Programmer
I have a module in Access (2000) that is building an email in Lotus Notes (ver 6.5) but I'm having a couple of problems.
1. The email is being produced in the draft folder of the user who is logged into to Notes on the PC. The requirement is for the email to be produced in the draft folder of a group mailbox which they have open.
2. I'm appending data to the body of the email using
Is there anyway of formatting the text that appears in the mail body i.e. underline, bold, font size etc from within the VBA code.
Many Thanks
Mike.
If you make something idiot proof - They'll Only make a better idiot!!!
1. The email is being produced in the draft folder of the user who is logged into to Notes on the PC. The requirement is for the email to be produced in the draft folder of a group mailbox which they have open.
2. I'm appending data to the body of the email using
Code:
objNotesRTF.AppendText "Required Text"
Many Thanks
Mike.
If you make something idiot proof - They'll Only make a better idiot!!!