Questions tagged [outlook.com]

Outlook.com is a Microsoft webmail service: a translation of the Outlook desktop application to a web service using the Metro design language, it is scheduled to replace Microsoft's Hotmail service and Outlook Web Access.

Outlook.com is a Microsoft webmail service. It descends from the Outlook desktop application that was a component of the Microsoft Office suite. As part of Microsoft's move towards transitioning the Office suite into a cloud-based software-as-a-service offering, other parts of the Office suite became available online under the Office 365 branding. Outlook.com is a further step in that direction, and also is scheduled to obsolete Microsoft's Hotmail and to bring Hotmail users into the Office ecosystem. It also is based on Microsoft's "Metro" design language, rolling out in the same time-frame as Windows 8, the flagship Metro implementation.

123 questions
3
votes
2 answers

Does Outlook.com provides any webhook/push-notification support?

I'm planning to write a web service to automate some task for my Outlook.com email account. I want Outlook.com to send an HTTP request to my endpoint when an email arrives, so that I don't need to poll the server. Does Outlook.com provide such…
Franklin Yu
  • 8,920
  • 6
  • 43
  • 57
3
votes
1 answer

Outlook.com REST APIs - getting a token without dynamically sign-in

Use-case: Emails to be sent from a web-application upon an event, as someuser@somedomain.com via MS Exchange or Outlook.com, using the RESTful APIs exposed by Outlook.com. Only HTTP access allowed (=> no SMTP/IMAP). All documentation seems to…
raghava
  • 236
  • 4
  • 12
3
votes
1 answer

Contact 7 form email not received in outlook.com

The contact 7 form in one of wordpress website is configured to send email to an account created in outlook.com The form on submission shows success message but the message is never received in my outlook account. Setting the recipient email to any…
3
votes
0 answers

Live Connect automatic signin without browser windows

I'm creating an desktop application that shall manage my outlook.com account in the background, without me having to type in username and password every time I switch on the PC. I've been going through all the signin variants for the Microsoft…
Franz Kafka
  • 10,623
  • 20
  • 93
  • 149
3
votes
0 answers

How to add attendees to an outlook.com calendar event programmatically

This documentation provides the endpoint for creating the event in my own calendar. But how can attendees be added to the event? I am looking at something similar to what Google calendar provides here with the attendees array. Thanks in advance.
karsep5
  • 72
  • 8
3
votes
1 answer

Importing Data into Outlook.com

I'm currently tasked with importing a huge number of Emails from proprietary mail system into an Outlook.com account (yes, the web service not the desktop app). Due to the proprietary nature of the source system and the fact that all emails require…
Oliver Weichhold
  • 10,259
  • 5
  • 45
  • 87
3
votes
1 answer

HTML Email - Outlook.com/Hotmail CSS overriding styles

I'm working on an email that is having spacing issues between the

tags in hotmail. I used the .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} but it looks…

Modo Modo
  • 113
  • 2
  • 12
2
votes
2 answers

How to take screenshot of an Outlook.com email message?

With Gmail, you could print the message which opens a new window with just the email message, then you can use any screenshot Chrome extension to capture the entire page. However Outlook.com messages are always in a frame(?) and screenshot tools…
ytk
  • 311
  • 1
  • 5
  • 15
2
votes
1 answer

How do you authenticate to Live@EDU (outlook.com) while using an imported PowerShell session?

I am connecting to Exchange 2010 for Live@edu via PowerShell. I can connect using the standard methods just fine. However, downloading and importing the session commands every time seems wasteful, especially since this isn't on a LAN. Furthermore,…
2
votes
1 answer

Finding the list of people in a distribution list (contact list) using graph API

I'm looking for a way to retrieve the list of people in a distribution list (contact list) in Outlook.com using the Microsoft Graph API. So far I was able to retrieve the distribution group name etc..…
Mavi Domates
  • 4,262
  • 2
  • 26
  • 45
2
votes
3 answers

HTML Email - How do you remove -webkit-margin-before: 1em; -webkit-margin-after: 1em; which is automatically added to

in outlook.com (hotmail)?

I have tried adding the following as an inline style on my

but outlook.com/hotmail.com strips it out and adds 1em margin to before and after

. margin-before:0!important; -webkit-margin-before:0!important; margin-after:0!important; …

jojo
  • 23
  • 5
2
votes
1 answer

How to get response from post with python

I'm trying to check if a current @hotmail.com address is taken. However, I'm not getting the response I would have gotten using chrome developer tools. #!/usr/bin/python import urllib import urllib2 import requests cookies = { 'MC0':…
2
votes
1 answer

HTML Email Signature Consistency in Outlook.com

I have had some problems putting together a corporate email signature which is visually consistent across the different mail providers. I have used various online guides (listed at the end of this mail) but still have one last problem which I cannot…
Dave New
  • 38,496
  • 59
  • 215
  • 394
2
votes
0 answers

Random ErrorInvalidPropertyRequest on Outlook Contacts requests

I'm making proper GET calls to: https://outlook.office365.com/ews/odata/Me/Contacts?$orderby=DisplayName Unfortunately about one in every 15 calls fails with the following exception. Any ideas what's…
Wesley
  • 5,381
  • 9
  • 42
  • 65
2
votes
0 answers

outlook.com SMTP Message-ID not working

I'm trying to set a custom Message-ID, but it's always sent with something like this: Message-ID: I'm using all the same mailing code and headers to send from gmail. With gmail my Message-ID is being…
Farzher
  • 13,934
  • 21
  • 69
  • 100
1
2
3
8 9