Does anyone know how to send a message to MSN Messenger?
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开发者_C百科 approved ?
Can someone help me please - maybe show some sample code?
cheers :)
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.
精彩评论