How to get MSN messenger status

  • Thread starter Thread starter Lennart Pedersen
  • Start date Start date
L

Lennart Pedersen

Hi all

I really hope some of you can help me.
I ve searched the internet for hours. I would like to get the status of MSN
messenger account by applying the email as the query. I do not want to
search only within my own contact list.
I've seen some examples around the net but they are closed source projects.
They are used to see who is blocking your account.

I would like to do this in Native .NET so no COM typelib.

Hope you can help.

Kind regards

Lennart
 
: I would like to do this in Native .NET so no COM typelib.

Impossible, well, very difficult. All the others use the TypeLib's to
interface with Messenger.

You'd have to write a client that connects directly to the MSN Messeneger
server, and communicates using the messenger protocol.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"


: Hi all
:
: I really hope some of you can help me.
: I ve searched the internet for hours. I would like to get the status of
MSN
: messenger account by applying the email as the query. I do not want to
: search only within my own contact list.
: I've seen some examples around the net but they are closed source
projects.
: They are used to see who is blocking your account.
:
: I would like to do this in Native .NET so no COM typelib.
:
: Hope you can help.
:
: Kind regards
:
: Lennart
:
:
 
Back
Top