Does anyone know how to send a message to MSN Messenger?

787 views Asked by At

I'm trying to have my windows application send a message to two msn messenger accounts. So, I grabbed the code from the MSNPSharp library and had a look in that.

I can authenticate/sign in without a problem. But once i've done that, I have no idea how to send a simple text message to two other users.

Do those users need to be approved ?

Can someone help me please - maybe show some sample code?

cheers :)

1

There are 1 answers

1
cdeweese On

Looking through the example code from the conversation form may help:

There is a Conversation object that you use to send the message. As soon as I get some more time I'll whip up an example.