Questions tagged [outlook-web-app]

Outlook Web App (OWA) is a webmail service of Microsoft Exchange Server 5.0 and later. The web interface of Outlook Web App resembles the user interface in Microsoft Outlook.

Outlook Web App (OWA) is a webmail service of Microsoft Exchange Server 5.0 and later. The web interface of Outlook Web App resembles the user interface in Microsoft Outlook.

Official Mail apps for Outlook documentation

309 questions
4
votes
0 answers

EWS set mail item body HTML

We are developing an add-in for the Outlook web app. Using the UpdateItem operation we are able to set a mail item body (in read mode) via an EWS SOAP request using mailbox.makeEwsRequestAsync. Setting a mail item body is possible using plain Text…
4
votes
1 answer

Authorization error connecting to Exchange with exchangelib

I've been trying for some time now to connect to Outlook mailbox exchange using Python EWS client. Problem is, I keep getting 401 authorisation errors when I connect. I can successfully access the account on my browser via OWA by going to…
Phillip Watts
  • 365
  • 3
  • 9
4
votes
2 answers

How to show vertical pane in Outlook add-ins in Outlook Web App (OWA), Outlook 2016 Mac & Windows

I am developing an outlook add-in targeting OWA, Outlook 2016 for Mac & Windows. My requirement is to show the add-in vertically on right side while reading and composing mail. For compose it is by default showing as desired but for reading it is…
4
votes
1 answer

How do I send an email from python using outlook web access?

I need to send an email in python if my job fails, however due to company polices, I am only allowed to use the Outlook Web Access. How can I connect to Outlook Web Access from python to send an email?
mmmtoasted
  • 103
  • 1
  • 5
4
votes
1 answer

Read email headers in Outlook Web Access (OWA)

I am developing a outlook Web App (Office 365 Developer). Regarding that, is there a way to read the headers of the selected mail which lays on inbox?. I am using Exchange server 2013. I would like to use Jquery or Javascript for write the code. I…
4
votes
1 answer

Why is the get action of cfexchangemail never returning?

We are running Coldfusion 9.0.1 and have successfully used cfexchangemail to retrieve email for a number of years. Within the last few days the calls for some users never return. This leads to ColdFusion stacking up active requests which…
4
votes
0 answers

It it possible to integrate OWA and OpenID?

Is it possible to integrate OWA (Outlook Web Access) and OpenID with a standard, existing component? If not, is it theoretically possible with a straightforward integration plugin (most probably using dotnetopenid)? Any hints on necessary API-s,…
Martin Paljak
  • 4,119
  • 18
  • 20
4
votes
2 answers

Is there a way to backup emails from OWA?

I am using OWA on IE8 and am do not have any email client like outlook installed. We just access email in the browser using OWA. Is there a script (maybe a scraper) that backs up the emails? How do I go about writing such a script, is there a OWA…
Kang
  • 545
  • 1
  • 7
  • 15
3
votes
1 answer

Linking to OWA Calendar - Passing a Time Zone

I am trying to prefill a create event link to Microsoft OWA. This works: https://outlook.live.com/owa/ ?path=/calendar/action/compose &subject=TestEvent &location=testlocation &startdt=2018-02-29T19:00:00 …
Tom M
  • 2,815
  • 2
  • 20
  • 47
3
votes
1 answer

How should my android app connect to Exchange server?

I want to get tasks from an exchange server for sync in an android app. I'm not interested in contacts, emails or calendar items, just tasks. There seems to be a few ways to connect to an exchange server but the documentation is both vast and…
blokeley
  • 6,726
  • 9
  • 53
  • 75
3
votes
1 answer

400 Bad request while performing a POST request on OWA while searching an email

I am able to successfully login to owamail and I get authentication cookies as well. I perform a search request on owamail for which I get 400 bad request on the httpwebresponse. Below is the search HTTP post request which is xmlhttprequest as per…
3
votes
0 answers

Testing the Outlook REST API leads to suspended account issue

I'm trying to integrate Outlook Mail with a web app I'm working on. I need to do some tests with the API during the development. I'm using the node-outlook library in my NodeJS app. However, after sending a few test emails to both real and dummy…
Vargha
  • 96
  • 3
3
votes
3 answers

How to hook event on sending mail in Office add-in (OWA, Windows Outlook 2016)

in (Web and Desktop), I need to observe sending email but it seems to be the API available from office.js does not seem to have any event or method for this functionality. In fact, my requirement is to inject tracking pixels when a user clicks on…
3
votes
2 answers

DialogApi in Office Add-ins available for all hosts?

We know that OAUTH flow cannot be implemented in Office add-ins like you would do for a normal (non iFramed) web app, we must rely on some popup technique: see the best explanation here. To overcome this, Microsoft released a dialogAPI within…
3
votes
1 answer

How to add Custom Mail Action that open add-in Task Pane in OWA (Email Read Mode)

I would like to implement custom Mail Action that will open Task Pane. I know that it's possible as some add-ins have it. Below is an example of Custom Mail Action and Task Pane. I know how to add horizontal task pane to the add-in, but I need to…
1
2
3
20 21