Is anyone having a solution for retrieving the Domino server time from a client using C APIs.
Any idea is welcome !
Thanks
Is anyone having a solution for retrieving the Domino server time from a client using C APIs.
Any idea is welcome !
Thanks
Subject: How to get Server time from client ?
Hi,
how about creating a new document in the users mail-database and reading its Created-Property.
The document itself can then be “thrown away”.
Hynek
Subject: not good enough …
Thanks for your help. We’re using a very similar workaround but it’s a quick and dirty solution. It has quite a few drawbacks such as creating a document in a database, taking up some resources or changing the DB modification time.
Any idea for something cleaner ? I just can’t imagine there’s a simple, clean and efficient solution for getting as basic an information as a server time …
Subject: not sure about the C++ API but there is a new formula
See our tip from last Monday:
Howard
Subject: Need a C API working on all versions, not a formula
Thanks for the answer but I’m looking for a C API function, not a formula that works on all versions, not only R6 …