on live messenger, it is seems that contacts in RL must appear in AL or BL, I can remove a contact from AL or BL only when this contact is not in RL, right ?
besides, when I removed a contact from FL, it still exists as Hotmail contact, can this contact also be removed ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[disclaimer] I may be wrong on this =) [/disclaimer]
I'm pretty positive that you can remove contacts from AL and BL with they're in RL. Part of the reason I think this is the case is I think I've seen this in my own contact list.
As for the contact still being in your contact list after being removed from FL, if you are using getContactList().getContacts(), it will give you people from -all- your lists, not just FL. You can use getContactList().getContactsInList(MsnList.FL) to get only those that are in your forward list.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
on live messenger, it is seems that contacts in RL must appear in AL or BL, I can remove a contact from AL or BL only when this contact is not in RL, right ?
besides, when I removed a contact from FL, it still exists as Hotmail contact, can this contact also be removed ?
[disclaimer] I may be wrong on this =) [/disclaimer]
I'm pretty positive that you can remove contacts from AL and BL with they're in RL. Part of the reason I think this is the case is I think I've seen this in my own contact list.
As for the contact still being in your contact list after being removed from FL, if you are using getContactList().getContacts(), it will give you people from -all- your lists, not just FL. You can use getContactList().getContactsInList(MsnList.FL) to get only those that are in your forward list.