View Full Version : where to download MSN API Reference
Deepesh
December 11th 03, 01:40 PM
Hi All,
In one of my apps i need to import contacts(buddy list) from MSN and/or
Windows messenger whichever is installed. I know there is a object model for
these two software which can be used for this task but i'm not finding the
API reference anywhere.... i got few links pointing to microsoft.com but
they are now broken!!! Can someone give me new URL from where I can download
the API reference?
also, is there any significant difference between the Object models of these
two software.. if i write one code, would it work for both of them or i will
have to write two pieces?
Thanks in advance
Deepesh
Jonathan Kay [MVP]
December 11th 03, 01:40 PM
Greetings Deepsch,
You can find the API here:
http://msdn.microsoft.com/library/en-us/winmessenger/winmessenger/messenger_entry.asp
____________________________________________
Jonathan Kay
Windows MVP, Messenger
Associate Expert
http://www.microsoft.com/windowsxp/expertzone/
Messenger Resources - http://messenger.jonathankay.com
"Deepesh" > wrote in message ...
> Hi All,
>
> In one of my apps i need to import contacts(buddy list) from MSN and/or
> Windows messenger whichever is installed. I know there is a object model for
> these two software which can be used for this task but i'm not finding the
> API reference anywhere.... i got few links pointing to microsoft.com but
> they are now broken!!! Can someone give me new URL from where I can download
> the API reference?
>
> also, is there any significant difference between the Object models of these
> two software.. if i write one code, would it work for both of them or i will
> have to write two pieces?
>
> Thanks in advance
> Deepesh
>
>
Deepesh
December 11th 03, 01:41 PM
Thanks alot ...
Can you give me some inputs on the difference between MSN and windows
Messenger? I have written code to import contacts from Windows Messenger
which works perfectly fine as long as Windows Messenger is open and
signed-in. However, If none of MSN and Windows messenger are open.. it opens
MSN messenger and tries to sign-in... which is quite confusing..
I'm using IMessengerApp3 for signing in to the service and IMsgrObject2
interface for importing contacts....
Regards
Deepesh
"Jonathan Kay [MVP]" > wrote in message
...
> Greetings Deepsch,
>
> You can find the API here:
>
http://msdn.microsoft.com/library/en-us/winmessenger/winmessenger/messenger_
entry.asp
> ____________________________________________
> Jonathan Kay
> Windows MVP, Messenger
> Associate Expert
> http://www.microsoft.com/windowsxp/expertzone/
> Messenger Resources - http://messenger.jonathankay.com
>
>
> "Deepesh" > wrote in message
...
> > Hi All,
> >
> > In one of my apps i need to import contacts(buddy list) from MSN and/or
> > Windows messenger whichever is installed. I know there is a object model
for
> > these two software which can be used for this task but i'm not finding
the
> > API reference anywhere.... i got few links pointing to microsoft.com but
> > they are now broken!!! Can someone give me new URL from where I can
download
> > the API reference?
> >
> > also, is there any significant difference between the Object models of
these
> > two software.. if i write one code, would it work for both of them or i
will
> > have to write two pieces?
> >
> > Thanks in advance
> > Deepesh
> >
> >
>
>
Jonathan Kay [MVP]
December 11th 03, 01:42 PM
Hi Deepesh,
I think you mean it automatically opens Windows Messenger and tries to sign in, but
regardless, there's no real documentation on the differences, your best bet is to ask here:
http://www.msnfanatic.com/forums/
___________________________________________
Jonathan Kay
Windows MVP, Messenger
Associate Expert
http://www.microsoft.com/windowsxp/expertzone/
Messenger Resources - http://messenger.jonathankay.com
"Deepesh" > wrote in message ...
> Thanks alot ...
>
> Can you give me some inputs on the difference between MSN and windows
> Messenger? I have written code to import contacts from Windows Messenger
> which works perfectly fine as long as Windows Messenger is open and
> signed-in. However, If none of MSN and Windows messenger are open.. it opens
> MSN messenger and tries to sign-in... which is quite confusing..
>
> I'm using IMessengerApp3 for signing in to the service and IMsgrObject2
> interface for importing contacts....
>
> Regards
> Deepesh
>
> "Jonathan Kay [MVP]" > wrote in message
> ...
> > Greetings Deepsch,
> >
> > You can find the API here:
> >
> http://msdn.microsoft.com/library/en-us/winmessenger/winmessenger/messenger_
> entry.asp
> > ____________________________________________
> > Jonathan Kay
> > Windows MVP, Messenger
> > Associate Expert
> > http://www.microsoft.com/windowsxp/expertzone/
> > Messenger Resources - http://messenger.jonathankay.com
> >
> >
> > "Deepesh" > wrote in message
> ...
> > > Hi All,
> > >
> > > In one of my apps i need to import contacts(buddy list) from MSN and/or
> > > Windows messenger whichever is installed. I know there is a object model
> for
> > > these two software which can be used for this task but i'm not finding
> the
> > > API reference anywhere.... i got few links pointing to microsoft.com but
> > > they are now broken!!! Can someone give me new URL from where I can
> download
> > > the API reference?
> > >
> > > also, is there any significant difference between the Object models of
> these
> > > two software.. if i write one code, would it work for both of them or i
> will
> > > have to write two pieces?
> > >
> > > Thanks in advance
> > > Deepesh
> > >
> > >
> >
> >
>
>
Deepesh
December 11th 03, 01:42 PM
Thanks alot for the link!
Well, I meant it opens up MSN Messenger.. its kinda strange...because it
opens up MSN Messenger but cannot read contacts from there.. it doesnt open
Windows messenger but if its open, it reads contacts from there... I dnt
understand whats going on beneath...
Regards
Deepesh
"Jonathan Kay [MVP]" > wrote in message
...
> Hi Deepesh,
>
> I think you mean it automatically opens Windows Messenger and tries to
sign in, but
> regardless, there's no real documentation on the differences, your best
bet is to ask here:
> http://www.msnfanatic.com/forums/
> ___________________________________________
> Jonathan Kay
> Windows MVP, Messenger
> Associate Expert
> http://www.microsoft.com/windowsxp/expertzone/
> Messenger Resources - http://messenger.jonathankay.com
>
> "Deepesh" > wrote in message
...
> > Thanks alot ...
> >
> > Can you give me some inputs on the difference between MSN and windows
> > Messenger? I have written code to import contacts from Windows Messenger
> > which works perfectly fine as long as Windows Messenger is open and
> > signed-in. However, If none of MSN and Windows messenger are open.. it
opens
> > MSN messenger and tries to sign-in... which is quite confusing..
> >
> > I'm using IMessengerApp3 for signing in to the service and IMsgrObject2
> > interface for importing contacts....
> >
> > Regards
> > Deepesh
> >
> > "Jonathan Kay [MVP]" > wrote in message
> > ...
> > > Greetings Deepsch,
> > >
> > > You can find the API here:
> > >
> >
http://msdn.microsoft.com/library/en-us/winmessenger/winmessenger/messenger_
> > entry.asp
> > > ____________________________________________
> > > Jonathan Kay
> > > Windows MVP, Messenger
> > > Associate Expert
> > > http://www.microsoft.com/windowsxp/expertzone/
> > > Messenger Resources - http://messenger.jonathankay.com
> > >
> > >
> > > "Deepesh" > wrote in message
> > ...
> > > > Hi All,
> > > >
> > > > In one of my apps i need to import contacts(buddy list) from MSN
and/or
> > > > Windows messenger whichever is installed. I know there is a object
model
> > for
> > > > these two software which can be used for this task but i'm not
finding
> > the
> > > > API reference anywhere.... i got few links pointing to microsoft.com
but
> > > > they are now broken!!! Can someone give me new URL from where I can
> > download
> > > > the API reference?
> > > >
> > > > also, is there any significant difference between the Object models
of
> > these
> > > > two software.. if i write one code, would it work for both of them
or i
> > will
> > > > have to write two pieces?
> > > >
> > > > Thanks in advance
> > > > Deepesh
> > > >
> > > >
> > >
> > >
> >
> >
>
>
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.