Hi all,
I'm approaching the Skype4COM programming with Delphi, and I'm trying to implement a search for users that are in SkypeMe mode. How can I do?
I know that because of Privacy Policis is not allowed to known the OnLineStatus, but I think that for the SkypeMe mode this is allowed.
I've tried both AsyncSearchUsers and SearchForUsers functions, testing the OnlineStatus property for every member returned in the IUserCollection, but I never found anyone in SkypeMe mode.
There's no the capability to make a search directly for users in SkypeMe mode? The search functionality in Skype include some fields, so I suppose to find in the API a function with a structure (or a record) to fill to execute the search. But there isn't.
Nik