outlook-addin Questions

9

Solved

Im very new to laravel applications.What im trying to do is developing an outlook web addon that uses the API written in laravel . The problem here is ,it produces the CORS error while accessing AP...
Cithara asked 22/6, 2020 at 8:30

4

Solved

I want to create an Office Add-In with some HTML + JavaScript for sell in Office Store. And this add-in no need using any server side facilities. But if I understood https://dev.office.com/getting-...
Lisette asked 9/11, 2016 at 18:36

8

Solved

I followed this tutorial, but when I build then run my project in visual studio a ribbon tab does not appear. I'm using outlook 2010 if that helps.
Holliholliday asked 17/9, 2012 at 21:57

4

Solved

I am working on an Outlook AddIn in JavaScript. My functionality works well in Outlook Web but it isn't working in Outlook Desktop. In Outlook Web I can see my console.log messages in the console o...

3

Solved

I'm creating an outlook add-in and use the OfficeJS API in React app. In there I want to load a specific set of features for the compose mode and another set of features for the read mode. So my qu...
Magistral asked 12/9, 2018 at 11:11

2

How can you get a contact's picture from Outlook and save it to a file? Thanks!
Attractive asked 7/2, 2011 at 10:25

7

I have tried using mailItem.SenderEmailAddress and mailItem.Sender.Address but they both return a string that looks like this: /O=DOMAINNAME/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHI43SPCLT)/CN=...
Inharmonious asked 23/6, 2014 at 8:44

1

This question is related to Outlook AddIn : How to show console.log with Outlook Desktop?. So, what I want is to have an Add-in that just does some automation with launch events and doesn't use a t...

1

I want to create an Outlook Add-in that doesn't require a task pane, but just performs some automation based on launch events. Is this possible? The yo office generator has an option to only genera...

5

I work on an add-in for Microsoft Outlook, and some of our Outlook for Mac users have recently reported that they are unable to view any add-ins in the ribbon if they have the "New Outlook&quo...
Millionaire asked 2/2, 2021 at 19:18

5

Solved

I work on a VSTO in c#. When I click on button I save attachment in a folder. My problem is : when I have a rich email with an image in the signature, I have a element in my attachment. But I don't...
Mauk asked 7/10, 2010 at 9:32

1

Tried running a localhost https outlook office add-in in vscode, which is automatically sideloaded. It functions just right when the dialog appears on-send. However, when f12 is pressed, devtools d...

2

Solved

There are a few questions on this already, but I am facing a different issue. The solutions posted on other questions didn't work for me, I suspect the reason is that I am trying to get the senders...
Biota asked 25/11, 2020 at 14:10

2

Solved

I'm currently developing an Add-in using yeoman and generator-office for Outlook to save an email and its attachments to another service. Outlook Version: MS Office Professional Plus 2016 v.16.0.4...
Jocose asked 22/10, 2019 at 9:41

4

Solved

I am creating an Outlook 2010 add-in and have added a context menu to my ribbon for idMso="contextMenuMailItem". On click, I would like to remove a category but in the click event handler, when I c...
Norvin asked 28/7, 2011 at 20:28

4

Solved

I have a VSTO Outlook 2007 add-in. I am trying to get sender e-mail address when new email comes to Inbox. To do it I use the following code: void inboxItems_ItemAdd(object Item) { Outlook.Mail...
Willman asked 28/12, 2011 at 11:7

10

I have an Outlook 2013 and 2016 VSTO Add-in project and am trying to add a WPF user control to a custom task pane as described here. The problem I have is when I add the User Control (WPF) it gene...
Alphaalphabet asked 3/12, 2015 at 15:50

1

My outlook add-in submission failed because my add-in doesn't load successfully in safari classic mode (as per email received from outlook validation team). It is working nicely on safari Versio...

4

Solved

This is VS2010 + Office 2010 add-in. All I want is to add a button (or button group) to multiple built-in tabs. For example, my buttons should be available in both New Mail Message Ribbon and in Ne...
Limnology asked 25/9, 2012 at 10:13

4

Solved

I'm working on an Outlook add-in and I'm looking for a complete list that relates that MAPI properties to there names that is a little less vague than this. There is plenty of documentation on how...
Oligoclase asked 19/10, 2009 at 15:47

2

Solved

ThisAddIn class created with new Outlook VSTO C# project has a Application property that you can use to among other things get access to Outlook folders and items. The problem is that you can easil...
Marozik asked 1/2, 2010 at 9:53

4

I've successfully created a new tab and put it next to the pre-existing ones. Then I realized that I'll only have one button on it, so it makes more sense (for now) to put it on the Home tab. Didn'...
Funny asked 19/9, 2012 at 6:54

0

The use case: We are creating a system which analyses mail content. If we are able to categorize and archive an email based on its content, we want to automatically categorize subsequent emails in...

1

I have two Azure Information Protection Labels in Outlook from the server "Confidential" and "Confidential View only". I need to check permission for recipients of email and if Azure labels not cho...
Changeless asked 19/4, 2019 at 9:23

3

Solved

I am developing Outlook add-in which will work with shared mailboxes. Currently, office add-ins are not available on delegate scenarios but MS has released preview build which supports these scenar...
Selfrealization asked 2/4, 2019 at 9:27

© 2022 - 2024 — McMap. All rights reserved.