For security reason we want to always show the full from address in an opened email, without having to click on “show details”. for the notes client I manged to do this by removing the hide when check for the field “DisplayFrom_2”. For iNotes however this does not work and i cannot find which field to unhide. Can anybody tell where to find this ?
Thanks,
Peter
Subject: try this
Here’s how I did it in our mail template. Not sure if this affected iNotes also but you can try it and see. I don’t have 8.0.2 any more so I cannot test it. We use 8.5.3 and it’s now a mailbox preference.
Script Library “CoreEmailClasses” under Declarations, REM out the following 3 lines
' These 3 lines remarked out to make the Show/Hide Details option "sticky" - 04/08/2010
’ If headerD = “1” Then
’ Call m_session.setenvironmentvar(“mHeaderDetails”, “”)
’ End If
Subject: doesn’t work
thanks for your suggestion, Unfortunately this doesn’t do the trick
Subject: forms8.nsf
you will need to search in forms8.nsf. iNotes uses this db quite extensively but I don’t know off the top of my head where you’d need to make your changes.
Subject: thanks; will look into it