Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lotus Notes Address Automation

Status
Not open for further replies.

MikeC14081972

Programmer
May 31, 2006
137
GB
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
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
 
If anyone is interested its

Code:
objnotesdoc.replaceitemvalue "Principal",??????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top