Show details in memo

Several of our customers are complaining about information in the mail header not visable when opening a reveived message after upgrade to Lotus Notes 8.5.1 . They have to click Show Details first to read the complete header info.I saw in the forum that this will be implemented as preference in 8.5.2.

There was a technote from IBM to implement a workaround. This shows the full header by default (http://www-01.ibm.com/support/docview.wss?uid=swg21282396 )

I also have an other suggestion. When you implement mt suggestion, Show Details is activated till the user clicks Hide Details, even after closing and opening the mailfile.

In designer, open the mailfile or the mailtemplate.

Go to Code (only when u use designer 8.5), Script Libraries, CoreEmailClasses, UIMemoDocument, QueryClose.

Look for the function Function QueryClose(continue As Integer)

Change the code, comment out the given lines as shown:

If Not Me.m_notememo Is Nothing Then

’ Dim headerD As String

’ headerD = m_session.getenvironmentstring(“mHeaderDetails”, False)

’ If headerD = “1” Then

’ Call m_session.setenvironmentvar(“mHeaderDetails”, “”)

’ End If

When the user clicks Show Details, the Environmentvar in notes.ini mHeaderDetails is set, but not released when the mail document is closed.

Only when the user clicks Hide Details, mHeaderDetails will be removed from notes.ini.

So the user’s choice will be remembered.

Hope you can use this suggestion.

Koos van Harmelen

Subject: This is available as a preference in 852 CD1 and will be sticky