Hello all,
I just wanted to connect, send message and disconnect. This seems to be very complicated. See my code under
http://pastebin.com/x2M53fBq. I was just trying the following.
Contact contact = messenger.ContactList.GetContact("ggggggg");
contact.SendMessage(new TextMessage("Hello from C#!"));
This is obviously not how it's done. The attached "Example Client" seems to be very complex. What is the correct procedure for this? Any simple tutorials?
Kind regards
Maciej