Hi All,
i am written a lotus script for mail.It is working well.
Now i need in subject the font size 14 and colour is change as wll as font style is change.
memo.Subject = " Travel approval request from " + doc.EmpName(0)
can i do here the same…
Call rtitem.AppendText("Employee Department: " + doc.DeptCode(0))
Call rtitem.AddNewLine( 1 )
Is it possible or not.
can i do the same thing in formula also.
@MailSend(vapprover;“”;“”;"Travel Approval Request from " + EmpName;“This employee is asking for your approval, please go to doclink”;("Employee Name: " + EmpName+@NewLine):(“Employee ID: " + EmpNo+@NewLine):(“Employee Department: " + DeptCode+@NewLine):(”*************************************************************************************************”+@NewLine):
I think you are getting me…
Thank you