Re: contact list does not sync every time user signs on

  •  11-06-2007, 8:42 PM

    Re: contact list does not sync every time user signs on

    Hello , I think you are insert the data into database directly , Aren't you ?
     
    If so , please use this method instead :
     
    CuteSoft.Chat.ChatApi.AddContact(strMyId,strContactId)
     
    The sync function is for another usage.
     
    Regards , Terry .
     
View Complete Thread