Getting Current Email Adress

Hello All,

How can I get the full Email internet adress of a user with a Notes function under Lotus Notes.

I’d like to get the adress as following :

xxxx.yyyy@server.com” and not the Full Name ID

I have see that this parameter is shwowed in the “SecurityUser/Identity/Name” Dialog Box

Thanks

Julien

Subject: Getting Current Email Adress

@NameLookup is what you are looking forAll you need is defined in the notes designer help

Regards, Michael

Subject: RE: Getting Current Email Adress

Thanks for your answer,

But I still want the Full Internet Address and I didn’t manage yet.

Some parameters give me my Lastname and firsname like “Julien BOISSE/EXT/HD/Corp@COMPANY” but I would like to get my internet address like “julien.boisse@company.com

I know that this parameter is showed in the User Profil information.

I need it because I’d like to give it as a parameter to an url opened from a mail received in lotus note.

something like

@URLOpen(“http://server.com/servlet?” + “julien.boisse@company.com”)

Subject: Try: @NameLookup([NOUPDATE]; @UserName; “InternetAddress”)

Subject: RE: Try: @NameLookup([NOUPDATE]; @UserName; “InternetAddress”)

OK Thank you,it work as well I wanted.

Thank’s a lot

Julien