Changing Sent By in Mail Document in Lotus Notes
I would like to also change the field "sent by" (displaying when there is a mailDoc.Principal) in the mail being sent by a triggered agent created in lotus script. Is it possible to change it I already tried the following codes mailDoc.SentBy = strFrom mailDoc.tmpDisplaySentBy = strFrom mailDoc.FROM = strFrom mailDoc.SendFrom = strFrom Still I couldn't change that part.. Is it possible or is there some limitation?.. Thanks You can't change it. The server puts always the current username into field Principal/From. But there is a workaround: instead of sending the mail save the mail document