Hi all,does anybody know how to use the STLinksMyStatus() function? According to the description, it’s supposed to return the user’s online status as a numerical constant. Which user is it reffering to though? How can I obtain the status of a specific user if the function accepts no parameters?
Any help will be much appreciated.
Subject: See Carl Tyler’s “Introduction to Sametime Links”
http://www.instant-tech.com/instant.nsf/root/trial.htm
Subject: STLinks function
It returns the status for the user you are logged in as.
To obtain the status for a specific user you will need to add them to a watchlist. then you will get notification of event status for people in your watch list and you can pull out the status for the user.
There isn’t a function like:
getStatusforUSer(Username)
but you could easily write one with the information I have given you above.
Also be sure to check out the Lotus IM and Web Conferencing (Sametime)Forum in the bottom right, more Sametime knowledge over there etc.
Subject: RE: STLinks function
Awesome,thanks for the info you guys.