My company uses an internal structure for email addresses that look like: Joe Smith/Our Company.I use a web based survey software outside of my company that uses true email addresses. When I need to survey internal employees it can take hours to manually covert Lotus Notes to email addresses. I have asked our IT department and they do not know. Is there a Lotus Notes address to traditional email converter that will Help?
Subject: Re: Lotus Notes Emails to regular Email Addreses
You don’t say how you’re currently converting Lotus notes addresses to ‘regular’ email addresses, but if it’s programatically you can look into using the @NameLookup formula. You’d give it the Lotus Notes address and the field name which stores the external email address in the address book (InternetAddress) as parameters and it would return you their external email address. You can use this in an Evaluate in Lotusscript.
Is this any use? Otherwise (and this is out of my realm of understanding) you could potentially use an LDAP query to get the information.
Emily.