Question

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 :)

No correct solution

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top