here is a method i would use
- List Users In Conversation
code:
MessengerApi.IMessengerConversationWindow.Contacts
- Take UserName String(the one you want to boot) Away From That List
code:
sMessage = "Contact Being Removed: " + sCommandArg
- Close Conversation
code:
SendMessage(WM_Close....
- Start Conversation
code:
MessengerApi.InstantMessage
- Add The Contact List From Earlier (but with one contact missing).
code:
MessengerAPI.IMessengerConversationWnd.AddContacts