MSN Api Windows

Apr 1, 2013 at 7:30pm
closed account (ozUkoG1T)
Hi,

I am in need of MSN API link for Windows. I want to use MSN api to learn more about Email Systems. Please if you have a Link for this please give it to me.

Thanks
Apr 2, 2013 at 11:26am
Read some protocol specification(s) and get yourself a packet sniffer. I doubt there is such a thing as an MSN API.
Apr 2, 2013 at 12:24pm
He means Windows API.

You can either use MAPI or SMTP.
Apr 2, 2013 at 12:42pm
I assumed he already knows about sockets and MAPI and wants to learn the underlying network protocols. The OP sort of implies that.
Apr 2, 2013 at 1:47pm
closed account (ozUkoG1T)
Yeah , I already know about socket programming well , I know till a intermediate level in MAPI but I want to use a MSN API to program for MSN quicker rather than building and acknowledging the Full MSN Protocol. Which will take few days considering MSN protocol is quite large.

Thanks
Apr 2, 2013 at 3:44pm
I doubt there is such a thing as an MSN API.

Microsoft use "MSN" as a brand for a whole lot of things. If the OP is talking about Messenger, their IM system, then there are certainly 3rd-party clients for it, so I assume there's some kind of API that Microsoft make available.

Edit: I'm not sure someone who calls himself Cyberwarfare has entirely pure intentions, though...
Last edited on Apr 2, 2013 at 3:46pm
Apr 2, 2013 at 3:45pm
What the hell is this "MSN" protocol ? Emails are usually sent through SMTP and read through POP3 or IMAP4 protocols. If MSN supports these protocols, then by far the most simple library to use is libcurl (they already have a working sample, just copy-paste it as you seems to like :P ).

http://curl.haxx.se/libcurl/

And I really doubt about this:
Yeah , I already know about socket programming well , I know till a intermediate level in MAPI
Apr 2, 2013 at 5:47pm
I know for a fact that Microsoft's email is done through SMTP and POP/IMAP as I had to set my hotmail account up with Thunderbird awhile ago.
Apr 2, 2013 at 7:41pm
He may be looking for an old MSN api, microsoft doesn't seem to provide it anymore but it is hosted http://msghelp.net/showthread.php?tid=30845
there is also a newer hotmail api http://msdn.microsoft.com/en-us/library/live/hh826535
Topic archived. No new replies allowed.