i think you can create an instance of the LN Object and get the version by some of its properties.
Something like this
<script language= "vbscript">
a =createobject("LotusNotes.xxx")
msgbox a.VersionNumber
<script>
The client explorer must have permission to create client objects.
Hope it helps
Quote:
Originally posted by DMSte
Hi,
How would one determine the release version of Lotus Notes Client, without manually opening a notes session on the user's PC?
Thank you!
|