Dear all, Is there a Lotus script to forward mail document? Or we have to use copyallitem into a new memo and send the mail, in order to forward the mail.
Subject: Script for Forwarding mail
Yes, the NotesUIDocument class has a “Forward” method. But unless you’re trying to do something particularly sophisticated, you could just create an e-mail rule with a “send copy to” action.
Subject: RE: Script for Forwarding mail
Will this be blocked by a spam checker if its being forwarded to an external address?
As far as I can tell, the originator isn’t changed, and if the originator’s domain MX record doesn’t match the smtp mail servers IP then in most cases, this will be classified as spam.