Questions tagged [add-in]

AddIn (Add-In or Add In) is a synonym for plugin - a program that is triggered by a host program allowing third party developers to manipulate or extend the hosting program.

Add-In (AddIn or Add In) is a synonym for - a program that is triggered by a host program allowing third party developers to manipulate or extend the hosting program.

Typically, whether these programs are called "addins" or "plugins" depends on the programming language and platform. For example, in they are called plugins whereas in they are called addins. Some programs also call them "addons". In any case, these programs add or extend functionality to an existing program.

In most cases the hosting program will expose an extensibility interface to the hosted code, allowing it to execute tasks.

The most used types of Add-Ins are those automating the Microsoft Office programs (Word, Excel, Powerpoint, Outlook), browsers (Internet Explorer), IDEs - Visual Studio. But other non-Microsoft programs provide COM Extensibility as well (Skype, Altova software products, Photoshop, AutoCAD and many others).

In most cases the Add-Ins use COM object interfaces (that allow the Add-In code, if started from a standalone executable to instantiate the host program and then manipulate it) exposed by the hosting software.

Links:

2555 questions
0
votes
1 answer

Is it possible to utilize the Office.js for reading and writing text into presenter notes of a PowerPoint presentation?

I've created a powerpoint add-in and I need to insert text into the presenter notes. Is it feasible to use the Office.js library to read/write text in PowerPoint add-in presenter notes? I've searched in different forums without any luck.
Kurious
  • 23
  • 3
0
votes
0 answers

I need to open task pane automatically when worksheet loads or when we upload manifest

I am creating add-in of excel and I need to open task pane automatically so, How can I do that. Also, I need to one solution like how we run js code in background without open the task pane. I have also checked solution like below links but, that…
0
votes
1 answer

How to read app.config for outlook add in

I would like to know following 2 things. I am using outlook 2007 Add in. How to read App setting for deployed outlook plugin. I have used following things for this to read configuration…
np.
  • 49
  • 1
  • 5
0
votes
1 answer

Is thr a way to test outlook add-in in a system other than where am testing it locally with VS 2022 without publishing it?

I have created an outlook addin. PFB my manifest file. But I see that all the HTML, images files are showing localhost paths. How to test my add-in in a different system where i have not run the visual studio locally. Bcoz while we add a custom…
0
votes
1 answer

Build Microsoft Teams Message Extension for Action Command

I want to build a Microsoft Teams message extension. I have read all the documents but they are all related to command box, message box and creating cards. Can anyone tell me how it works? I have created a message extension "Hello World" using Teams…
0
votes
0 answers

Internet Headers Are Not Setting While Sending Mail With Inline Image (Outlook Web Add-In & Office JS)

I have created Outlook web addin using office JS. This add-in encrypts/decrypts the mail and its attachments. The sender can encrypt the mail while sending the mail. The receiver can decrypt that encrypted mail. For encryption, I am using HTML body…
0
votes
0 answers

MailItem.InternetHeaders.SetAsync() Giving Error In Outlook Web Add-In (Office JS )

I am developing Outlook web addin using office JS. This addin encrypts & decrypts the message. Go through below scenario : The sender trying to compose the mail The sender adds the inline image in the mail body HTML of that email will be as below…
0
votes
1 answer

Adding context menu for VS 2010 Add-In on loading

I'm creating an Add-In for Visual Studio 2010. I want to add the context menu item to the tab during Add-In loading (in OnConnect method of the Add-In): I do know how to add the menus using CommandBars. I already added commands into "Tools" and…
0
votes
0 answers

How can I define the position (range) by using InlineShapes.AddPicture(PngFileFullPath, false, true, range) in my c# addin

I want to insert a picture to an exact position in my footer of a word document. In this footer I have a table where I want to place the picture. The text is filled in controls. This works fine as it should be. I have not found out how to define the…
0
votes
0 answers

PowerPoint startup error - it's trying to find a non-existant add-in

I need help figuring out how to stop a startup error message. (Win10/11; PPT365 64-bit) PowerPoint startup displays an error because it's trying to find a NON-EXISTANT add-in (normal add-in; not a Com). "Sorry, for some reason PowerPoint couldn't…
Mel Turco
  • 41
  • 7
0
votes
2 answers

Addin menu options are disabled after creating my own add-in

I did everything as the tutorialCREATE YOUR FIRST C# ENTERPRISE ARCHITECT ADD-IN IN 10 MINUTES, but after registry, I just can't click my addin, the button is grey. I tried to use EA installation Inspector, but everything is just fine. I am…
Van
  • 13
  • 4
0
votes
1 answer

Not getting Function value in variable in officejs

I am using custom property in the outlook add-in. I had saved some custom property. Now, I'm retrieving it in a local variable. While I'm retrieving the custom property at that time it's showing undefined. I had pasted the code. I want to store…
0
votes
1 answer

Update PropertyFlow direction property

I developed an addin for Enterprise Architect using C#. I want to know how to update the direction of a propertyFlow. I tried this method and it is not working. I also tried with debug with attached process and I see the value tagValue.Value is…
Ice
  • 193
  • 1
  • 2
  • 13
0
votes
1 answer

How to get Attendees details by onAppointmentAttendeesChangedHandler function in outlook add-in

I am new to the outlook add-in. I have configured my outlook add-in as event-based activation as per this link https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/autolaunch?tabs=xmlmanifest When I'm removing any person from meeting at that…
0
votes
0 answers

EA Addin - call Synchronize Structural Elements action

I developed an Addin for EA using C#. After I add a diagram using an API, the property flows are not visible on the diagram until I go to diagram manually right click -> Synchronize Structural Elements. Is there a way to do Synchronize Structural…
Ice
  • 193
  • 1
  • 2
  • 13