office-addins

Warmup setting for addins in Office 2013

↘锁芯ラ 提交于 2019-12-14 03:20:16
问题 I've noticed that the Warmup entry is removed in the Office 2013 version of this article. Does that mean that Office 2013 no longer supports it? If so, how one can keep .Net add-ins from being disabled because of long loading times? 回答1: Now the HKCU\Software\Policies\Microsoft\Office\15.0\Outlook\Resiliency\AddinList hive allows to specify which add-ins are always enabled, always disabled (blocked), or configurable by the user. Outlook 2013 monitors add-in performance metrics such as add-in

Setting width of Office add-in task pane

白昼怎懂夜的黑 提交于 2019-12-13 17:16:25
问题 Is it possible to set the width of a Outlook add-in when it gets loaded up. Right now when I click on my addin button on the ribbon, the task pane shows up on the right with a width of about 437 pixels. I would like to increase that width to something like 820 pixels. 回答1: The task pane add-in doesn't support to set the width for the panel. You can submit the feedback here if you want the task pane add-in to support this feature. 回答2: That's right, there is no way to specify the width.

Getting the version and platform of Office application from Windows Registry

▼魔方 西西 提交于 2019-12-13 12:23:27
问题 I'm working on a Inno Setup installer for an MS Office Add-In and trying to find a way to get the version and target platform (bitness) of Excel and Outlook, preferably from the Windows Registry. Although some unofficial sources list some methods to extract version information from the Windows Registry, that information appears to be unreliable. Does anyone know if there is a reliable (and official) way to get version and platform information from the version of Office (and associated

How to show a waiting dialog, in the meantime, still keep dealing with PowerPoint objects?

白昼怎懂夜的黑 提交于 2019-12-13 07:30:58
问题 I want to show a waiting dialog, in the meantime all the calculations concerning with PowerPoint objects still are running in the background. My purpose is during the time dealing with PowerPoint objects, I try to prevent the user from interfering with the UI. It seems that there is no way to deal with PowerPoint objects in the background. Is there any workaround for my case? Thanks Note: I am using VS Ultimate 2013, C#, PowerPoint 2013, vsto 回答1: Office applications use the single threaded

How to Capture office 365 Calendar Events like cancel, move appointment

[亡魂溺海] 提交于 2019-12-13 07:18:43
问题 Is there any way to capture calendar events like Cancel or move from office365? 1. Can we use some kind of add in here which will keep on listening to these events and if user canceled some appointment it provide us those appointment details and we can pass it to our internal application. 回答1: To me, it sounds like a better solution is to use REST API events to listen to updated calendar items (or created, deleted, etc.) and let your server application handle the events rather than have an

How to define Excel using microsoft office-js in Angular 6

流过昼夜 提交于 2019-12-13 06:31:37
问题 I am following this site to integrate office js On declaring like this: import * as Excel from '@microsoft/office-js/excel' It's showing compile time error: Cannot find module '@microsoft/office-js/excel' On declaring like this: declare var Excel: any It's showing run time error: ERROR ReferenceError: Excel is not defined Please suggest how to declare it. I need to use it like this: Excel.run(session, (context){ ... }); 回答1: Install office type definition: npm install --save @types/office-js

Outlook Add-in for Android :Exception trying to access userProfile. Elevated Permission required to access protected members of Javascript API-Office

霸气de小男生 提交于 2019-12-13 03:46:48
问题 We have noticed that when we try to access Office.context.mailbox.userProfile in order to get the Logged in user email address and display name, we are getting an exception and the app doesn't load. The Add-in works properly on : Web client Windows and Mac Desktop platform app Windows and Mac iOS Outlook Mobile app The office documentation mentions, userProfile is accessible for [ API set: Mailbox 1.0 ] https://docs.microsoft.com/en-us/javascript/office/objectmodel/preview-requirement-set

How to replace image of a picture shape in PowerPoint?

天涯浪子 提交于 2019-12-13 03:34:28
问题 Is there any way to replace the image of an existing picture shape in PowerPoint from code? Thanks 回答1: If it's a linked image, either overwrite the linked image file with a new file or point the link at a new file. Or if the shape is picture filled, you can fill it with a different picture instead. That can distort the picture if its proportions don't match the shape's proportions; instead, you can change the aspect ratio of the shape to match that of the picture if need be. To change the

Run add-in without showing taskpane?

江枫思渺然 提交于 2019-12-13 03:24:24
问题 I have an add-in working (on Word for Mac). All functionality runs in the background, so there is no interaction with the UI exposed in the taskpane. However, if I close the taskpane, the add-in functionality is removed. Is there a way to remove the taskpane so that the add-in functionality will run in the background? Currently, the taskpane is just a waste of screen space... Thanks for any help! 回答1: There's no way of doing that unfortunately. Suresh's answer is referring to Function Files

Developer Add-in does not appear on the ribbon - office word react, MacOs

懵懂的女人 提交于 2019-12-13 03:16:40
问题 I have followed every step in this guid given from microsoft. However, I'm using word instead fo excel ( I did try the excel also) and i'm not getting the command add-in in the ribbon. Though I can see the add-in pane. Again I did not change anything. So there is no point sharing any code. react guide: https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/excel-quickstart-react any idea why i'm not seeing the command? 回答1: It turned out that i had to update my office to the latest