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

How do I display a message similar to Window.alert() in OfficeJS

I'm trying to display a custom message, but window.alert() is restricted in OfficeJS. I have found a solution which suggests using app.showNotification(title, message); Office.initialize = function (reason) { $(document).ready(function () { …
2
votes
0 answers

Planned Add-in availability in OWA for Shared Mailboxes

Can anyone at Microsoft give an update on the planning of releasing of Add-in availability in OWA for Shared Mailboxes? It has been the feature with the highest number of request on UserVoice…
Rick Goud
  • 105
  • 5
2
votes
0 answers

OnSend does not work in the outlook web app new design update (09-2018)

It is stated that in the new design update of the Outlook Web App: https://techcommunity.microsoft.com/t5/Outlook-Blog/Designed-to-be-fast-The-Outlook-on-the-web-user-experience-gets/ba-p/234909 certain features might not yet…
Michahell
  • 4,905
  • 5
  • 29
  • 45
2
votes
0 answers

Line Spacing Increased Issue When Updating Email Body With Office.js

I’m working on an add-in for Microsoft Outlook, and one behavior of my add-in is to insert an image into a message body from compose view. I use the Office.js method Office.context.mailbox.item.body.getAsync() with a coercion type of HTML to get the…
2
votes
1 answer

Office 365 - how to disable birthday calendar for user

I would like to disable a birthday calendar for one of our users. I know, how to do it for myself (the user that is currently logged in), but how can I do it for another user? I am, obiously, an administrator of the environment. I tried to do it by…
kjubus
  • 443
  • 3
  • 8
  • 21
2
votes
1 answer

Outlook Add-in Delegate Access to Calendar

For an Outlook add-in using add-in commands (office.js), the ribbon buttons under the AppointmentOrganizerCommandSurface extension point are disabled when creating a meeting in Outlook 2016 in a calendar for which the user has been granted delegate…
Carbo
  • 319
  • 3
  • 13
2
votes
1 answer

Make link to starts to create a new e-mail with owa of outlook365

Now I have this code: mailto:{0}?subject={1}&body={2} This open my default mail program (in my company outlook) and write {0} in To: {1} in subjet and {2} in body. But now some people in company starts to work with OWA of office365 I can't continue…
tutu
  • 21
  • 3
2
votes
2 answers

How to return a user's unread mail count from an Exchange inbox?

I am involved in writing a little internal SharePoint portal for our company. I thought it would be a 'quick win' to get create a web part that would display the user's unread mail count, and possibly a list of today's calendar tasks. However, I…
Loofer
  • 6,841
  • 9
  • 61
  • 102
2
votes
1 answer

"Open link in new tab" in browser vs. "target=_blank" in HTML

I am working on a plugin for Outlook Web Access. My plugin is simply a button using tag with target='_blank' which sends the user to another page. Based on the document from Microsoft: In supported Web clients, such as Excel Online and Outlook Web…
Ali
  • 133
  • 4
  • 12
2
votes
2 answers

SharePoint 2013 OWA Web Parts and Outlook Web App

I've got a big problem. I'm trying to implement in sharepoint 2013 online a web part using owa, Outlook Web Access, but it seems that nothing is working. I tried many and many solutions, but no good at all. Does anyone have ever try to do something…
SergioPetrarca
  • 248
  • 1
  • 3
  • 13
2
votes
1 answer

Response 'Bad request' in HTML-body from MS Exchange OWA

I create android app with WebView inside myActivity. public void onCreate( Bundle savedInstanceState) { super.onCreate( savedInstanceState); // before setContentView CookieSyncManager.createInstance( this); …
Tapa Save
  • 4,769
  • 5
  • 32
  • 54
2
votes
1 answer

First time access to Outlook Web Access calendar after ADFS authentication redirects to mailbox

I am building an external web application that authenticates against ADFS. My current Exchange environment is a hybrid configuration of Office 365 with a Exchange 2013 hybrid server. Here are the steps to reproduce my problem: Open external web…
Lance Hardwood
  • 780
  • 1
  • 7
  • 18
2
votes
2 answers

Overriding text-align: justify on OWA - HTML emails

I'm having issues with the Outlook Web App (OWA). Needless to say, there are numerous issues with various Outlook clients, but OWA is the least documented one I've come across. The code below works perfectly in all clients, Outlook 2000-2013, GMail,…
itsclarke
  • 8,622
  • 6
  • 33
  • 50
1
vote
1 answer

Building analytics for a custom application - would an open analytics framework (like piwik or owa) be the solution?

An application I am involved with is in dire need of a restructuring of the reports section... I am open to suggestions. All the development is currently in PHP (nginx/php/linux/mysql/redis environment), although other suggestions which fit in to…
RVN
  • 93
  • 1
  • 8
1
vote
1 answer

Detect if User is logged in to Outlook Web Access

I've a group of employees whom use Outlook Web Access exclusively, and they are complaining that mailto: links on our intranet don't work for them because they don't open OWA (I can't change the settings on the individual machines, fyi). I'm looking…
Graham
  • 3,217
  • 1
  • 27
  • 29