Hi, All:
I have some CHAT problem with ActiveS.
The scenario is I dont want to use chat window which is original from Skype.
The problem is that I use MessageRecieved event handler to deal with incoming chat message called msg.
When a message coming, I tried to use msg to get the message and use function AccessClass.GetChatMessage(msg.ID) to find out this message is from whom and is belonged to which chat.
But I failed becoz the function will return a franmentized chat message object, which only have a part of NAME, BODY, etc.
Does anyone know why? Plz help me, I will very appreciate your answers.