office365-apps

Howto: Outlook 2016 for Mac - Debugging/View Console Logs in Outlook Add-in

◇◆丶佛笑我妖孽 提交于 2020-01-04 05:15:00
问题 We develop an Outlook app (now called add-in) using html5/js originally for OWA but now it is targeted to all Office Supported Platforms. And indeed, it seems to work on all platforms (ios, safari on mac, windows browsers and outlook) except for Outlook 2016 for Mac . When running inside Outlook 2016 for Mac it behaves very strangely. Not loading half the times, and when loading, it does not work properly. We find it very hard to find the problem. We did not find a way to debug our scripts or

CSS oddities with Office UI Fabric libraries

只愿长相守 提交于 2020-01-04 04:22:07
问题 I'm working on a Word 2016 Add-in project and I'm having some difficulties using Office UI Fabric libraries. Basically I would like to give my Add-in the official Office look & feel, so I thought that Office UI Fabric would be the best choice, in conjunction with Fabric javascript components, like dropdown menus and so on. I installed these two NuGet packages: OfficeUIFabric 2.6.3 and OfficeUIFabricJS 1.4.0 , then I added some components to a page, by using these css classes: "ms-Dropdown",

Access CustomProperties set using office365 JS APIs from EWS or REST API

烂漫一生 提交于 2020-01-01 12:33:13
问题 I have an office 365 mail app that stores a value in a custom property before the item is saved. When the item is saved I want to access this property using a server-side application. Reading through the custom properties documentation tells me I can't access custom properties created using the JS API using any other service like EWS since these are not MAPI properties. Are there any workarounds ? Is it possible to access these using REST APIs ? 回答1: Actually, it is documented where they are

Office 365 API for Word [closed]

天涯浪子 提交于 2019-12-25 02:28:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . We are exploring Office 365 API & are in initial stage. We are figuring out if we can move our Word Docs in Office 365. Does Office 365 provide an API for Word Processing like writing Macros. 回答1: No, Office 365 APIs do not cover word processing. What exactly are you trying to do? If you're trying to leverage

Read parameters from Outlook 365 Add-In manifest

混江龙づ霸主 提交于 2019-12-23 23:07:56
问题 Is it possible to get the parameters from the Outlook 365 add-in manifest programmatically (like version number or maybe resources)? I've searched all over the internet, but haven't found any way to do it yet :( Some background: I need some information to be available at run-time from the manifest settings (the customers are expected to install the add-in via manifest and it is to be tailored for each customer with some special data). Thanks in advance! 回答1: The manifest file is only consumed

Microsoft Graph API User custom property

六月ゝ 毕业季﹏ 提交于 2019-12-23 12:30:14
问题 I need to access custom properties on the user object via the graph api. Currently the documentation shows the properties that can be accessed in the "Update User" section of the v1.0: http://graph.microsoft.io/docs/api-reference/v1.0/api/user_update . I'm using this call to get the current logged in user and properties, but I can't seem to get any custom properties to work: https://graph.microsoft.com/v1.0/me?$select=aboutMe,birthday,city,country,department,displayName,givenName,hireDate

Office365 authentication without login redirection

亡梦爱人 提交于 2019-12-22 09:36:03
问题 I'm trying to load data from Office365 email without need for user interaction. I've created Azure App and I have Client ID and Client secret. I also have user information (email + password). I need to call Office365 API to download emails from mailbox. But I need application to download them in background without user interaction (redirecting to MS/Office365 login page) to get authenticated/logged into mailbox. Is there any way how to do this only through Office API, without need of

Add-ins do not show up under 'Admin Managed' after deploying them to the Office 365 Admin Centre

自闭症网瘾萝莉.ら 提交于 2019-12-21 17:53:40
问题 After deploying a Word Add-in via centralised deployment, it doesn't show up in Word. We used this procedure to deploy the add-in and it lists it there succesfully. Because we were worried it may be due to something wonky with our own plugin, we then decided to try to deploy the 'Contoso Citations' plugin which is used in the same procedure and screenshots here. After capturing traffic whenever we press 'Update' under the Add-in Admin Managed dialog, we noticed a connection to Exchange. We

How do I fetch/read custom document properties using OfficeJs in a task pane app?

早过忘川 提交于 2019-12-20 03:16:51
问题 I have added custom document property "TemplateId" from server and in task pane app when the document opens I want to fetch this custom document property (see image) using OfficeJs. (using OfficeJs version 1.1) 回答1: There currently no OfficeJS APIs that allows you to read custom document properties. However, feel free to request one on the Office Extensibility Platform's UserVoice. Gabriel Royer - Developer on the Office Extensibility Team, MSFT 来源: https://stackoverflow.com/questions

Change word document style with an app for Office

我们两清 提交于 2019-12-20 02:58:06
问题 Im trying to create an app for Word Office using the Office js API. I have found how to get and set content into the word document but Im having a hard time finding how to change things like Styles (Headings, etc.) Before getting into how to do it, is it even possible? 回答1: The answer to you question is yes and now, the word api is a bit new and missing some functionalities which may make a developer life easier. First, headers are not supported in the word api, a work around for this is to