Dear,
I want to get the email address[abc@company.com] from the notes document. Right now, I’m getting like CN=Mathan Manohar/O=companyname, Instead of that I want to get exact email address for sending the auto mail.
How it is possible, any code snippets…
Subject: @NameLookup
@NameLookup([Exhaustive];@UserName;“InternetAddress”)
replace @Username with the field or variable that stores the canonical notes name.
Subject: Re: How to get full emailaddress like abc@company.com from lotus document
You’re not clear about what “notes document” you’re looking at.
However, you want the internet address…instead of the one Notes uses internally.
The internet address is stored in the user’s person document in the Domino Address Book (“names.nsf”). If you are looking there already, simply use the “InternetAddress” field.
If you’re looking in an email, however, you’ll need to open the address book and search for the person using the Notes version of the name…then grab the InternetAddress field.