MSNPSharp is a .net library that implements the MSN protocol. It's the continuation of project DotMSN ended in 2006.
Questions tagged [msnpsharp]
3 questions
2
votes
3 answers
MSNP-Sharp Example fails to login, gives SocketException
I've just downloaded the MSNP-Sharp library with the aim of creating my own messaging client, however I am struggling to get the example to sign in. The code all compiles and runs, but when I provide my login details and select "Login" I almost…

Nick Udell
- 2,420
- 5
- 44
- 83
1
vote
1 answer
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…

Pure.Krome
- 84,693
- 113
- 396
- 647
0
votes
1 answer
MSNP-SHARP how to send an hello message to an user that changed status from offline to online
I tried in this way. I subscribed to that event who control the user status, its announcing me that user in Online.
my code is:
void Nameserver_ContactOnline(object sender, ContactEventArgs e)
{
Talk = messenger.CreateConversation();
…

Constantin
- 2,288
- 2
- 24
- 31