Is there a current or planned API for retrieving or sending email through outlook.com? I can't seem to find if this is or will be supported through POP, IMAP, Exchange or what. The Live Connect Developer Center doesn't seem to mention outlook.com yet.
API for outlook.com
8.4k Views Asked by Tim Lehner At
4
There are 4 best solutions below
0

While this may not be the whole answer for everyone, my Palm came up with these settings on its own, and they seem to work:
Incoming mail server:
- pop3.live.com
- SSL encryption
- Port 995
Outgoing mail server:
- smtp.live.com
- Use authentication: on
- TLS encryption
- Port 587
This seems to agree with the community info provided in Microsoft Answers.
I couldn't find a lot (it's all pretty new)
A reference to Azure and the Outlook.com app marketplace
And an MSDN reference that looks promising but doesn't state anything about Outlook.com but my bet is you can use these APIs to connect to Outlook.com too (or soon)