Question : How to create a custome view in Lotus Notes 7, So that reciver can see tha FQDN of the sender.

I have lotus notes client 7. I want to create a custome view in lotus client , so that the receiver can see the senders full name (e.g: if the sender sendes the mail to me from "[email protected]", then I want to see address in my inbox as "[email protected]").
To do this what is the steps and code for this.

Answer : How to create a custome view in Lotus Notes 7, So that reciver can see tha FQDN of the sender.

Hi Busan, you could open the mailbox in the designer and change the "Who" column formula in the inbox folder.
In the formula change this line :

CN1 := @Trim(@Name([CN]; Who));

into this

@If(@Contains(Who;"@"); CN1 := @Trim(@Name([Address821]; Who));CN1 := @Trim(@Name([CN]; Who)));
Random Solutions  
 
programming4us programming4us