Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

Unable to install or uninstall add-ins for an Hotmail account in Outlook web (new)

When trying to Sideload manually my office 365 outlook add-in on an Hotmail account I get those errors: Installing error: owa.mailindex.cbb81ec0.js:1 Uncaught (in promise) Error: InstallExtension ...
hlaliberte's user avatar
1 vote
0 answers
91 views

Custom Client-Specific Information in Outlook Add-In Manifest File: Reading and Storing Values During Side-Loading

We are working with Outlook add-ins and have encountered a situation where we need some guidance: Here is a detailed explanation of the situation -- We have deployed/hosted our Outlook Add-In on a ...
Suraj Sinha's user avatar
2 votes
1 answer
201 views

How to Fix "Office.js is Loaded Outside of Office Client" Warning in Outlook Web

I open an Office dialog for SSO and after login I successfully get the code from the URL using this code: const currentUrl = window.location.href; console.log(currentUrl); const getCodeFromUrl = (...
Waqas Ahmed's user avatar
0 votes
0 answers
58 views

MS Outlook - Error: "Customized functionality in this application will not work because the certificate"

I have managed to sell my first unit of my Outlook COM add-in (written in C#). But when my customer tries to install my add-in, he gets an error message in the installation process: "Custom ...
Giwdul's user avatar
  • 13
0 votes
1 answer
191 views

onMessageSend Launch event showing error when deployed in organization

I created a outlook addin that has the onMessageSend launch event. I tested it by installing manually using the file (manifest.xml) in outlook and the launchevent worked fine. I deployed the addin in ...
pawan kalyan's user avatar
0 votes
1 answer
91 views

SupportsNoItemContext behaves differently on mac client and on web

I have noticed that SupportsNoItemContext behaves differently on Outlook for web and Outlook client for mac. In particular: Taskpane is not pinnable in the web version Taskpane disappears on message ...
bekon's user avatar
  • 315
0 votes
0 answers
58 views

Outlook addin not popping in the ribbon

I have created my first addin using yo. npm serve works fine, because I can access https://localhost:3000/taskpane.html, but I cannot see the addin in the outlook ribbon. I have the standard manifest: ...
Carlos Garcia's user avatar
0 votes
1 answer
286 views

getAccessToken fails in Outlook plugin with error 13006

I was previously able to call Office.auth.getAccessToken in the Outlook 365 client from a taskpane plugin. However, I have switched to the 'new' Outlook and this call always fails with error 13006. As ...
mohamedmoussa's user avatar
0 votes
1 answer
213 views

Microsoft Add-In manifest doesn't work on outlook web

I have developed a microsoft office add-in for outlook that can be seen here https://cdnqa.mcfile.com/mcoffice/manifest.outlook.xml I have tested and it works as expected on local and production ...
Arthur Caccavo's user avatar
0 votes
1 answer
165 views

outlook web addin <Runtimes> is invalid child in element <Host>

When i try to use the element in the manifest.xml, I get this error: enter image description here i tried inserting it different places in the xml but nothing worked. I am trying to use smart alerts ...
duta's user avatar
  • 63
0 votes
1 answer
284 views

How to store and retrieve specific data from outlook add-in?

The outlook add-in contains a textbox where a user can enter any information. I want to store this information and retrieve it every time the user uses the add-in. As in, the information entered by ...
Pearl's user avatar
  • 1
0 votes
1 answer
814 views

Is it possible to deploy a VBA macro button in MS Outlook 365 without creating a server to host a web-based Office Add In?

I have done a fair amount of VBA coding, primarily in MS Word. I have never done really any coding other than VBA. I am now trying to deploy a VBA macro to my colleagues to install on MS Outlook (...
tanko's user avatar
  • 1
0 votes
1 answer
71 views

Outlook addin to send via a portal instead of email

We're looing at developing an outlook addin to send an email using a secure portal - Would be a separate button on the toolbar, select a contact, add a subject, body and attachments and we would then ...
kaboom's user avatar
  • 13
0 votes
2 answers
171 views

Outlook 365 From Address Drop Down Empty

We have our server code which talk to Outlook using our Plugin developed using MAPI C++. I recently updated my Outlook 365 to latest updates and since then it stopped displaying From address/display ...
Mahesh Amarelia's user avatar
1 vote
0 answers
158 views

Office JS RoamingSettings interface not working properly

I noticed a weird behavior of the roaming settings in Office JS for an outlook add in. The add in has two buttons and their actions are declared in the manifest.xml like this: <OfficeTab id="...
Dumitru Bereghici's user avatar

15 30 50 per page
1
2 3 4 5