Hello all,
I’d like to read a location field (in this case, the internet address). Do you guys know any @formula that would do it ?
(What I’m really trying to do, is to show an icon if the user has been CC or BCC in a message. I found a code on the sandbox, but it didn’t work for me!)
Best regards,
Filipe
Subject: Reading location fields
set this ini variable on your incoming smtp domino server
SMTPTranslateAddresses=2
it will convert all inbound internet addresses for internal people back into their notes addresses. makes it much easier to deal with as you can use their username now (or you can always use the inet fields if you really wanted to)
Subject: RE: Reading location fields
I’ll try that… Thanks a lot