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
2
votes
4 answers

Does Outlook.com support EWS?

Does Outlook.com support EWS? If no, what are the different ways to access a users tasks and calendar using python? So far I have done the following: Used EWSWrapper and tried out using suds-ews with python. All these implementation fail when i try…
Kiran Ruth R
  • 902
  • 1
  • 11
  • 28
2
votes
2 answers

API for live account Tasks (Outlook.com Calendar)

Actually, I've setup my outlook.com account on MS Outlook. I wanted my tasks to be shown on my Windows Phone 7.8 device by categories. Tasks are synced with the WP device but as you know there are no categories! I didn’t find any appropriate way to…
Amir Karimi
  • 5,401
  • 4
  • 32
  • 51
2
votes
1 answer

HTML Email - Outlook.com won't recognise my vertical align control for an image

I have an image in cell 1 of a 2 cell row. There is text in cell 2. Because Outlook.com decides to give extra spacing between text (compared to other browsers) it is distorting (adding height to) the whole row: but the image in cell 1 stays…
user2298584
  • 21
  • 1
  • 2
2
votes
1 answer

Send through outlook.com when using googleapps

I am currently using google apps for business on my domain. I have however recently switched to a windows phone and would like to start using outlook.com for my email instead of gmail. The problem I am running into is with spf. Is there a way to add…
1
vote
1 answer

how to send an email from my regular outlook account using smtplib in python

Im trying to send an email from my regular outlook (or other email server) account in python using the smtplib.However I can only find help on sending from my localhost. Could anyone help me with this? i have tried many suggestions online but none…
yoni halbe
  • 21
  • 2
1
vote
1 answer

Authentication unsuccessful error with smtp.office365.com when using python3 smtplib

I have this python program that sends me daily emails. This is my personal email account with Microsoft outlook.com. My code has been working fine but broke yesterday. Here is my code def email(subject, text): import smtplib from…
Difan Zhao
  • 379
  • 6
  • 20
1
vote
2 answers

Programmatically create calendar event in outlook.com like .ics

I'm trying to understand if it's possible to use a url or api to open an Outlook.com calendar event in the users outlook.com/calendar with prefilled information? Essentially, just like an .ics file but using the webview in outlook.com Story: as a…
DeanB_Develop
  • 2,107
  • 3
  • 23
  • 37
1
vote
1 answer

SwiftMailer force SMTPAuth like PHPMailer

I am struggling with sending mail from web using Exchange online account. Recently, while moving to Laravel, I found that the existing settings, that worked well with PHPMailer does not work with Laravels underlying SwiftMailer. PHPMailer…
liepumartins
  • 464
  • 2
  • 6
  • 21
1
vote
0 answers

Using EWS to update calendar name in Outlook.com doesn't register online

I'm using Exchange Web Services to update a calendar name by setting the DisplayName property and then calling .Update(). It works in the sense that the call completes, and retrieving the calendar through EWS later, the DisplayName has changed, but…
Michael Olsen
  • 404
  • 3
  • 14
1
vote
2 answers

How to send HTML Emails in Outlook.com

I need help creating an HTML Email in Outlook.com. I looked in the settings and didn't see any information for this. I also searched online and in other Stackoverflow questions but couldn't really find the answer. My email is pretty simple, but each…
Reisol
  • 11
  • 4
1
vote
2 answers

Redirection rule in Outlook.com to Salesforce issue

I have a website which has a contact form. The form is sent to a outlook.com email. And in this outlook.com account I have a redirection rule configured to redirect to salesforce. The funny thing is, sometimes the redirection works perfect but…
MatiasK
  • 21
  • 1
  • 8
1
vote
0 answers

What is the timezone for the start date mentioned in Outlook Mail query?

I am looking at the Mail API for Outlook.com: https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_list_messages#optional-query-parameters Going deeper in the page chain, I reached this page that lists the valid format for…
1
vote
0 answers

How to open outlook.com WebLink in conversation view

How do I open a WebLink received from the outlook restful api in conversation view? (kinda like how in gmail if you open an email, you can see all the previous messages and attachments) Here is an example of aWebLink:…
Jerry
  • 181
  • 1
  • 12
1
vote
3 answers

Accessing "Other Calendars" in exchangelib

I'm currently using exchangelib to connect to the Office365 EWS. My current scenario is that I want to access the calendars for our meeting rooms. Their calendars show up when I click the "Add Room" option from within Outlook. They also appear…
1
vote
0 answers

Microsoft.Graph uwp always ask to login

i'm messing around with an uwp app, connecting to an outlook.com account via microsoft.graph sdk. It works fine, but the app doesn't remember the account when i have closed the app and reopen it. When i look at other apps, which use outlook.com…
1 2
3
8 9