Is there way to set Show Detail to set that way every time email comes in? Right now, you have to click on Show Detail to see the detail…
Thanx in advance…
Wongo
Is there way to set Show Detail to set that way every time email comes in? Right now, you have to click on Show Detail to see the detail…
Thanx in advance…
Wongo
Subject: Show/Hide details
In the notes.ini, this row must be set to 1:$mHeaderDetails=1.
Unfortunatly this notes.ini setting is modified every time you close a mail, so you have to modify the QueryClose function in CoreEmailClasses declaration part.
You have to remark these rows.
headerD = m_session.getenvironmentstring(“mHeaderDetails”, False)
If headerD = “1” Then
Call m_session.setenvironmentvar(“mHeaderDetails”, “”)
End If
It will work until you do not use the “hide details” button.
Regards, Attila