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

Can't locate the AutoDiscover service when running Outlook app from Visual Studio

I am new in Office Apps. I just want to create a hello world in Outlook Web App (OWA). I've created a new Project in VS2013. File -> New Project -> Apps for Office -> Mail. When I want to debug I get the following exception: The AutoDiscover…
Setup.Exe
  • 87
  • 6
3
votes
3 answers

Style line height for HTML emails in Outlook Web App

I have been working on a HTML email and have tried everything to get the line-height to display properly in Microsoft Outlook Web App. I've tried !important on my inline styles, using .ExternalClass * {line-height: 100%} in the document head,…
user3317041
  • 31
  • 1
  • 1
  • 3
3
votes
0 answers

How to debug OWA/COBALT/MS-FSSHTTP?

I'm trying to implement MS-FSSHTTP for Office Web Apps. Specifically, I just need to get Word working. The OWA server is sending out a ExecuteCellStorageRequest request, which follows the FSSHTTP standard (looks like butchered SOAP). The request…
mpen
  • 272,448
  • 266
  • 850
  • 1,236
3
votes
0 answers

Loading OWA Web Part in iFrame, how can I pass in the windows authentication

So I have done a bit of research on the matter. According to this link: http://technet.microsoft.com/en-us/library/bb232199(EXCHG.80).aspx In the "Permission for using Outlook...." section it says: To use Outlook Web Access Web Parts, you must, at…
ledgeJumper
  • 3,560
  • 14
  • 45
  • 92
2
votes
1 answer

Sending inline attachments with ews

I'm using EWS to send an email with inline attachement(s). I'm use following code for it: var attachment = attachments.AddFileAttachment(path); attachment.ContentId = cid; attachment.IsInline = true; attachment.ContentType = "PNG/Image"; Html body…
2
votes
1 answer

SharePoint: Xml code for OWA inbox web part to provision in onet.xml?

I'm trying to find the xml code for the owa inbox web part, i can only find the code for the owa calender which is:
Jens
  • 43
  • 1
  • 5
2
votes
0 answers

ICallbackEventHandler & Outlook Web App

I'm trying to use a ICallbackEventHandler in a CustomForm in an OL 2010 Web App (OWA). When I'm trying this MSDN example the website (standard ASP.NET) works without a problem. However applying the same example to my CustomForm doesn't result in…
dertkw
  • 7,798
  • 5
  • 37
  • 45
2
votes
0 answers

Install Outlook Extension in Thin Client OWA application

I have developed an extension for Outlook and currently have it installed on a thick client Outlook instance. I would like to enable the same extension for the thin client OWA application but can't find any documentation about developing OWA…
2
votes
1 answer

OWA Web Part Jumps/Shifts when getting focus on My Site

In SharePoint (MOSS 2007), with an OWA web part on the page, either inbox or calendar parts, when a page loads it "jumps" down to have that part as the focus. No matter where it is on the page. Has anyone encountered this before or know how to solve…
sbobcat
  • 21
  • 2
2
votes
0 answers

Office.js meeting suggestions are incorrect in OWA compared to Desktop Outlook

I’m working on an add-in for Microsoft Outlook which can help a user schedule meetings when they click on a detected date in an email. When the date is clicked on and our add-in’s web view loads, we use the command…
2
votes
0 answers

Exchange on-premise OWA REST API not handling CORS preflight correctly

I currently have an Exchange 2019 on-premise server setup to test my OWA add-in. I'm calling the api/v2.0/me/messages/{id} endpoint from my add-in. Everything works just fine with hitting the cloud (Office 365), but against the on-prem Exchange I…
2
votes
0 answers

OWA Rules: Error: "Value cannot be null. Parameter name: identity"

I am seeing this error show up lots on SO but nothing that pertains to this specific issue. All I am trying to do is set up a server-side rule that takes all messages in a specific 'Group' and applies a category. If I select someone FROM the Group,…
2
votes
1 answer

URL structure for opening conversation in OWA outlook

I'm trying to link to specific conversations in the Outlook Web Application. So the idea is that the user clicks the link and the OWA opens with a specific email conversation (provided the user has access off course). In this answer, a way to link…
hasdrubal
  • 1,024
  • 14
  • 30
2
votes
1 answer

How to enable On-Send Feature for New Outlook Web App

Does the New OWA support on send? I have an addin that uses the on-send feature, it works fine in the old OWA but not the new OWA, do i have to do some extra configurations in order to get on-send to work in new OWA?
flexxxit
  • 2,440
  • 5
  • 42
  • 69
2
votes
0 answers

How to fetch an attachment from Outlook Web App in Python

I want to download an excel attachment from MS Outlook Web App - https://webmail.xyz123.com.sg/owa/auth/logon.aspx? I have a generic email ID to which my users will be sending source data in an excel format. I want to fetch that attachment with a…
Sanket Kelkar
  • 129
  • 2
  • 9
1 2
3
20 21