Menu

How to get list of blocked buddies

Help
Octavian
2007-01-16
2013-04-29
  • Octavian

    Octavian - 2007-01-16

    Hi everyone, can anyone tell me how to get the list of blocked buddies. I am able to get the list of all contacts but don't know to get block buddy list.

    Thanks,

     
    • Ian

      Ian - 2007-01-17

      You can use the

      isInList(MsnList) - Method in interface net.sf.jml.MsnContact

      for this purpose. Make you own methos the retrieve the BL contacts using the following tip :)

      MsnContact loc_contact = allContacts.next() ; // Iterate the list of all contacts
      boolean inBlockList = loc_contact.isInList(MsnList.BL) ;
      // now the inBlockList indicates whether the contact is in your BL or not

      Sincerelly, Ian

       
    • Octavian

      Octavian - 2007-01-19

      Thanks Ian, got your point, now I am able to get block buddy list. Thanks for your help.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.