outlook-addin

Dynamic content in Add-in command with ribbon dropdown menu

ぃ、小莉子 提交于 2019-12-18 06:52:13
问题 Is there a way to display dynamic content in a ribbon dropdown menu with Add-in Commands? I think this is not achievable at the time of the writing. In addition, if the items themselves cannot be dynamic is it possible to have at least dynamic strings for the displayed labels. See Edit: I have created a UserVoice feature request for this here Note: this question is only for the new generation of web add-ins (office.js) not VSTO. 回答1: This is not currently supported but It's on our plan.

Access to Outlook RestAPI from an Outlook web Add-in

半世苍凉 提交于 2019-12-17 21:07:50
问题 I developed an Outlook Web Add-in that is working fine. It's a Taskpane that is available in compose mode of appointments and that collects event's data, adds a few ones and send that all to an API somewhere. What I would like to do now is to subscribe the authenticated user to the Outlook Rest API in order to get notified when the event is deleted. The subscription call should look like this one: POST https://outlook.office.com/api/v2.0/me/subscriptions HTTP/1.1 Content-Type: application

How to troubleshoot a VSTO addin that does not load?

拟墨画扇 提交于 2019-12-16 21:19:25
问题 My VSTO Outlook Add-in suddenly stopped working on one customer machine (it does not load, no error message) and I'm stuck with troubleshooting. The machine is Windows 7 x86, Outlook 2007. The add-in is written with Visual Studio 2008 and uses VSTO 2005 with the 2003 PIAs (because we need to support Outlook 2003 as well). It works perfectly fine on other machines. Here's what I tried to get useful troubleshooting output: Add the VSTO_SUPPRESSDISPLAYALERTS environment variable (set to 0).

Add attachment context menu Outlook 2013

风格不统一 提交于 2019-12-14 03:23:51
问题 I'm working on project which uses Outlook to perform a process when you hit an attachment with mouse's right clik. The project was working fine till Outlook 2013. I have found this post which explains why it does not work anymore : In Outlook 2013 they've deleted all built-in Commandbars and commandbar controls completely. For this reason you cannot access and use built-in main menus, context menus, and toolbars in Outlook 2013. The AttachmentContextMenuDisplay and ContextMenuclose events are

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

Getting information from delegated email account from appointment inspector window - outlook 2013 using addin-express

馋奶兔 提交于 2019-12-13 05:51:12
问题 I am developing an Outlook plugin using add-in-express. There are two mail account (A) which has granted calendar access to account (B) through delegation. I am developing the plugin for account (B). Here is what I want to implement. I open the calendar account of (A) after login to outlook using the credentials of account (B) (as a user, not by C# code). Then double click on some date of the calendar, which leads to open a new inspector window for me. In the ribbon of the inspector, there is

visual studio generated msi vs gpo: This advertised application will not be installed because it might be unsafe

心已入冬 提交于 2019-12-13 05:36:18
问题 I have outlook vsto addin with oneclick installer (vsto manifests etc) that is bundled with MSI. This is done to be able to install it with Group Policy (as I learned oneclick cannot be really deployed with GPO, it needs MSI). This msi works fine if I run it from limited account (UAC prompts) or admin account. Problem is that if it is deployed via GPO it shows: "This advertised application will not be installed because it might be unsafe (...)" I looked to stackoverflow and found that it

Programmatically send Outlook task updates

╄→尐↘猪︶ㄣ 提交于 2019-12-13 04:48:19
问题 Does anyone know how to programmatically send an outlook task update in either C# or VB? I can't seem to find any information online about this. Thanks. 回答1: You can use VSTO's Outlook Interop libraries to interact with Task Items. I have used this library to work with MailItems and am aware of the possibility to interact with other Outlook items like Tasks, Calendar items and journal items. 来源: https://stackoverflow.com/questions/12732142/programmatically-send-outlook-task-updates

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