Instant Messaging c#

  • Thread starter Thread starter Selko
  • Start date Start date
S

Selko

Hy NG

I have written an application which creates me a user in Active
directory and a mailbox account for this user
This all works fine

So now i want to know how i can activate instant messaging for this
user with C#??



Greetings Selko
 
For Yahoo you can call the url handler ymsgr:sendIM?UserHere to launch an IM
window if Yahoo is running for that user.

For MSN, I suggest you look at oleview to get the COM interface to it
(there are COM Typelibs for MSN - one for automating an existing MSN isntall
and one for the actual protocol ).
 
please read first what i have asked and then reply

i only want to know how i can activate instant messaging for a user
progammatically in c#

thanks
 
Yes, in C# call the bloody COM interface for MSN and either the COM
interface for Yahoo or use the URL handler if it is running, which part of
that dont u bloody understand . Tard.

You do know how to call COM right?
 
A bit touchy today, aren't we?

Yes, in C# call the bloody COM interface for MSN and either the COM
interface for Yahoo or use the URL handler if it is running, which part of
that dont u bloody understand . Tard.

You do know how to call COM right?
 
Back
Top