Using LotusScript how to get a list of users who have out of office(Service) enabled?
Subject: The information does not exist of the OOO is disabled
The lists are deleted when OOO functionality is disabled. While OOO is active this information does exist. How you get the information depends on whether you are running an OOO agent or OOO service.
Subject: OOO enabled as service
Julie, I have a request to generate a list of all the users who have OOO enabled. OOO Service has been configured for all users. Will you please give me some directions.
Thank you
Yasmeen
Subject: answer
The information is stored in the ooserviceprofile, the information can appear in any number of fields (because processing can happen on many servers). So you have to look for any field that starts with “Notified” and has format of “Notified_servername” and then combine the data to get the complete result.