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
24
votes
11 answers

DavMail + Office365

Does anyone know what Exchange OWA URL I should use for connecting to Office 365 via DavMail? Tried: https://portal.microsoftonline.com/ https://pod51013.outlook.com/ews/exchange.asmx https://pod51013.outlook.com/owa/ Many thanks
Glen
  • 241
  • 1
  • 2
  • 4
21
votes
3 answers

C# SMTP fails to authenticate on Outlook.com, port 587. "The server response was: 5.7.1 Client was not authenticated"

I'm attempting to send automated emails (genuinely required business reason - not spam!). Code similar to that below used to work with another mail service provider but the customer has moved to "outlook.com" and they're now getting: The SMTP…
RAM
  • 475
  • 1
  • 3
  • 14
19
votes
4 answers

center align email in outlook.com

I have created a very simple html email. http://staging.xhtml-lab.com/mailtest/ It's working fine in all email clients, except in hotmail.com/outlook.com in hotmail email is left aligned, it should remain center aligned. I have added following code…
Alok Jain
  • 3,379
  • 3
  • 23
  • 42
11
votes
1 answer

AADSTS50020: We are unable to issue tokens from this api version for a Microsoft account

I'm writing a simple C# mobile application which I've registered at https://apps.dev.microsoft.com/ to access live.com/outlook.com mailboxes (not outlook 365 mbx). I'm using ADAL for authenticating using the client id and redirect URI from the…
whatever
  • 2,492
  • 6
  • 30
  • 42
9
votes
3 answers

Get contact's phone numbers and emails using the Windows Live/OneDrive REST API

Has anyone successfully used the Live SDK (also called OneDrive SDK) to retrieve the email addresses and/or phone numbers of an user's contacts ? The best I have been able to do is the get profiles for a users contacts but it only includes hashed…
user857276
  • 1,407
  • 1
  • 14
  • 19
9
votes
4 answers

API for outlook.com

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…
Tim Lehner
  • 14,813
  • 4
  • 59
  • 76
7
votes
1 answer

How to determine the creator of my calendar event in Office 365?

I'm using the Office 365 API to request events from my calender. To be specific I have a shared calender (the one I shared it with can edit the calendar) but when requesting data from the API I can't see the difference in organisator of the events.…
ChristiaanV
  • 5,401
  • 3
  • 32
  • 42
6
votes
0 answers

Google non-keyed requests on third-party sites and apps

I have a static map image using the standard google maps url with no api key. This appears to work for every email client, except recently for outlook.live.com. Example Instead of the expected image, I get a gray jpg with "g.co/staticmaperror/key"…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
6
votes
2 answers

Send email using Outlook.com SMTP

I am trying to send an automated email using Outlook.com smtp support. However I am get the following exception: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: An…
Andy
  • 95
  • 1
  • 2
  • 7
6
votes
2 answers

Sending mail with ActionMailer and Outlook/Mandrillapp SMTP server

I am using ActionMailer to send mails for a 'Contact Us' form in my application. I am using Mandrill app for sending my emails.These are my settings: config/environments/development.rb config.action_mailer.perform_deliveries = true …
Jatin Ganhotra
  • 6,825
  • 6
  • 48
  • 71
6
votes
3 answers

Conditionally Target Outlook 2007/2010/2013, But Not Outlook.com

I know we can conditionally target Outlook '07-'13, but it seems that Outlook.com also matches my condition.
Is there a better code for this statement to where it does not match Outlook.com?
Jake
  • 497
  • 1
  • 6
  • 16
5
votes
1 answer

HTML Email Development and margin-block

I have an interesting issue I can't seem to figure out. Chrome and FireFox are adding a default styling of margin-block-start:1em; margin-block-end:1em; and Safari is adding margin-before:1em; margin-after:1em; to paragraph and header elements. …
5
votes
5 answers

Using MailKit to send through Outlook.com

I'm trying to send an email through my Outlook.com email address using MailKit. I've followed all the examples I've seen online and this is what I have: public async Task SendEmailAsync(string email, string subject, string htmlmessage) { var…
RHarris
  • 10,641
  • 13
  • 59
  • 103
4
votes
0 answers

Publish a web calendar that can be subscribed to by Outlook 365's Modern Authentication

I want to publish a calendar in our web application so that customers can subscribe to it using their favourite software - Google Calendar, Outlook.com etc. I am pulling the data from our database and using sabre/dav's VObject class to create an ics…
Lee
  • 41
  • 5
4
votes
4 answers

Retrieve user photo with Office365 REST API

I am using Office365 REST API to get details about my contacts, but I noticed there is no information about user's profile picture in the response. I suppose I need to retrieve in some other way, but I wasn't able to figure out how. Any suggestion?
pasine
  • 11,311
  • 10
  • 49
  • 81
1
2 3
8 9