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
0
votes
1 answer

Issues Picking Forwarded Mail from Inbox using Microsoft Exchange in Java

I have a working code that connects to Microsoft outlook and fetches Mail based on some filters. It is working fine with reading the direct mail but not able to pick the same mail if forwarded. Any Help is appreciated. List
Abhishek kumar
  • 148
  • 1
  • 2
0
votes
1 answer

Outlook.com marks message as junk even passing DMARC, DKIM and SPF checks

Emails sent by my server successfully hits the inbox of pretty much all email providers, except Outlook.com. Authentication-Results: spf=pass (sender IP is xxx.xxx.xxx.xxx) smtp.mailfrom=mydomain.com; outlook.com; dkim=pass (signature was…
TTKDroid
  • 231
  • 4
  • 12
0
votes
1 answer

HTML Email Outlook.com lines appearing under column

In my email design I have strange lines appearing under my right hand column. The left hand column seems uneffected. It appears to be the styling from my (the link). The links don't appear to be linking either.
Eoin
  • 1,413
  • 2
  • 17
  • 32
0
votes
1 answer

Mandrill's attachment without extension on Hotmail/Outlook.com

I guess there is a issue with Mandrill attachments x Hotmail/Outlook.com. I can send e-mail attachments with Mandrill using base64_encode(). I am using the PHP library. If I send an e-mail to Gmail or any other provider, the attachment looks fine.…
Eduardo
  • 508
  • 6
  • 18
0
votes
1 answer

Is it possible to cancel an event using Microsoft Graph?

I'm trying to write a simple api in C# that will be used to, among other things, delete events from a user's calendar using the Graph api. The problem I've run into is that I can't delete events that need to be canceled, obviously because they need…
Parapraxis
  • 3
  • 1
  • 5
0
votes
1 answer

How can you set a timezone in an outlook.com link?

I'm trying to set correct times for an Outlook event in the UK, but Outlook seems to set the incorrect time for BST (British Summer Time). Here is a link, which creates an event for 19th June 2017 at 1254pm to 1257pm. In my Outlook it opens an hour…
SparrwHawk
  • 13,581
  • 22
  • 61
  • 91
0
votes
1 answer

Outlook.com via IMAP: cannot add tag \Deleted to mails in the Archive folder

I'm working on a Perl program to access Outlook.com via IMAP. It seems that I can't reliably append the \Deleted tag to messages in the Archive folder. A sample session: >> 1 UID FETCH 152108 (uid body[header.fields (Message-ID)]) << * 50190 FETCH…
P. B.
  • 417
  • 6
  • 12
0
votes
2 answers

HTML Conditional Statement for Outlook.com

I am trying to use two conditional statements in HTML email template. The statements are testing for the MS Outlook client, if true it will render an image, otherwise it will hit the next statement to test if the client is NOT MS Outlook, then…
Jamie Bradley
  • 629
  • 2
  • 7
  • 18
0
votes
1 answer

Outlook.com showing the wrong image?

I'm building an email and for some reason a specific image URL is not working in Outlook.com This image (hosted on Constant Contact), is a blue diamond that we are using as a fancy bullet…
brando
  • 161
  • 1
  • 2
  • 13
0
votes
2 answers

Filtering Outlook Calendar API results by date

I'm using Node (specifically the node-outlook npm module) to pull through my Outlook.com calendar and the base request is working. I'm getting back results from the API, but I'm having trouble with the oData request parameters to only reutrn results…
LDJ
  • 6,896
  • 9
  • 52
  • 87
0
votes
0 answers

Fire multiple key events on iframe

I have an outlook calendar shown in an Iframe, an i would like to change the view from month to day. To do this i need to press ctrl+shift+alt+1 but how do i make this happen on the iframe? As you can see, i have tried to du this in my…
kodeaben
  • 1,829
  • 3
  • 24
  • 33
0
votes
0 answers

How to automate writing an e-mail in Outlook.com with a properly linked URL through CasperJS

I am trying to send a new message to myself with CasperJS and I need that message contains a link . This is the little piece of code I have casper.then(function(){ this.waitForText("To", function(){ …
Gerardo Cordero
  • 164
  • 4
  • 14
0
votes
2 answers

PowerShell - How to save Office 365 email as File?

I would like to know is it possible to Save Email to file as .msg or .eml in Office 365? This is what I have up to with REST API. $credential = get-credential $messagesuri =…
Dat
  • 172
  • 1
  • 2
  • 9
0
votes
1 answer

Similar solution like cronofy.com for contacts

With cronofy.com you can access the same API as a third party for services like Google Calendar, Outlook.com, iCloud etc to synchronise calendars. Do you know a similar solution for contacts? The aim would be, that you have the same endpoints and…
0
votes
1 answer

Is there a way to show Email content only on Outlook Browser?

Is there a way to show email content only on Outlook.com (the browser version) and hide for the rest? Example: Show this for all platforms except Outlook Desktop Hide this for all platforms…
1 2 3
8 9