Tagged Questions

1
vote
2answers
103 views

MSN Protocol Documentation

Does anyone know of a good (up-to-date) reference for the MSN protocol? I have found some sites with simple google searches, but they all seem pretty dated. Does anyone know of a good source of ...
1
vote
1answer
193 views

Programatically launch MSN or chat client for specific contact

Is there a way to programmatically launch a chat client (eg: MSN Messenger) and automatically open a chat window for a specific contact? I'm hoping for something similar to ...
0
votes
0answers
43 views

Which email addresses / accounts are under the Windows Live umbrella?

Which email or other accounts are under the Windows Live family? In particular, which can be used to authenticate with Windows Live Messenger Connect? The signup page suggests hotmail.com, live.com. ...
0
votes
1answer
435 views

Change MSN chat status icon

I'm using this tip to integrate MSN Messenger to my Website: http://en.kioskea.net/faq/3987-integrate-msn-chat-on-your-website-or-blog It shows an icon with the current MSN status (online, away and so ...
0
votes
2answers
435 views

Error 8100030d when update to Live Messenger 2011

I've tried solutions in http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!13937.entry and others search out from Google, none of them works. TIA
0
votes
2answers
355 views

Getting msn contact list and sending e-mail via msn on PHP

Is there any class for it i found some classes but they were old so not working. I need a code snippet or a class for getting msn contact list with username and password. And is it possible sending ...
0
votes
1answer
571 views

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) { ...