MikeC14081972
Programmer
Just a quick question that I hope someone can help with. I'm using Access 2000 and Lotus Notes 6.5
I'm creating emails from code which isn't a problem and I'm also able to control how the recipient views data such as who sent the email and the return address once the email has been opened using
Does anyone know how (if it is possible) to change the name of the sender the recipient sees in their inbox prior to opening the email.
Thanks
I'm creating emails from code which isn't a problem and I'm also able to control how the recipient views data such as who sent the email and the return address once the email has been opened using
Code:
objNotesDoc.ReplaceItemValue "SendTo", SendTo
objNotesDoc.ReplaceItemValue "DisplayFrom", From objNotesDoc.ReplaceItemValue "ReplyTo", ReplyTo
objNotesDoc.ReplaceItemValue "Subject", msgSubject
Does anyone know how (if it is possible) to change the name of the sender the recipient sees in their inbox prior to opening the email.
Thanks