<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>emre şahin's digital garden 🍃 - add-in</title>
    <link>https://emresahin.net/tags/add-in/</link>
    <description>Posts in the add-in tag</description>
    <language>en</language>
    <managingEditor>contact@emresahin.net (Emre Şahin)</managingEditor>
    <lastBuildDate>Tue, 15 Sep 2026 19:46:32 +0000</lastBuildDate>
    <atom:link href="https://emresahin.net/tags/add-in/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Is it possible to combine Word and Outlook add-ins?</title>
      <published>2023-03-21T21:04:00+00:00</published>
      <updated>2023-03-21T21:04:00+00:00</updated>
      <author>Emre Şahin</author>
      <pubDate>Tue, 21 Mar 2023 21:04:00 +0000</pubDate>
      <link>https://emresahin.net/is-it-possible-to-combine-word-and-outlook-add-ins-/</link>
      <guid isPermaLink="true">https://emresahin.net/is-it-possible-to-combine-word-and-outlook-add-ins-/</guid>
      <description>We’re currently working on a Microsoft Word add-in in my day job. The company already has an Outlook add-in and wanted to use the same manifest file for the Word add-in. The manifest files have some keys that look similar. Although much of the content appears similar, merging them is not possible...</description>
      <category>til</category>
      <category>Software Development</category>
      <category>Microsoft Word</category>
      <category>Outlook</category>
      <category>add-in</category>
      <category>Office</category>
      <category>Microsoft 365</category>
      <category>Manifest</category>
      <content:encoded><![CDATA[<p>We’re currently working on a Microsoft Word add-in in my day job. The company already has an Outlook add-in and wanted to use the same manifest file for the Word add-in. <a href="https://learn.microsoft.com/en-us/office/dev/add-ins/develop/add-in-manifests?tabs=tabid-1#required-elements-by-office-add-in-type">The manifest files</a> have some keys that look similar. Although much of the content appears similar, merging them is not possible.</p>
<p>There are three types of Office add-ins: Task pane, Content, and Mail. These have different schema definitions at the top of the file. Consequently, it’s not possible to combine these three different types of Office add-ins. If an add-in needs mail permissions, it cannot work in Word, and if it requires document permissions, it cannot work in Outlook.</p>]]></content:encoded>
    </item>
    <item>
      <title>bits 1</title>
      <published>2023-03-14T10:39:00+00:00</published>
      <updated>2023-03-14T10:39:00+00:00</updated>
      <author>Emre Şahin</author>
      <pubDate>Tue, 14 Mar 2023 10:39:00 +0000</pubDate>
      <link>https://emresahin.net/bits-1/</link>
      <guid isPermaLink="true">https://emresahin.net/bits-1/</guid>
      <description>I began to explore the terrain for a Word plugin for the company I’m working at. Although there is a common format for the manifest file, Outlook and Word add-ins seem to require separate files. I haven’t seen any add-in in AppSource that serves as both a Word and an Excel add-in. Microsoft provi...</description>
      <category>bits</category>
      <category>development</category>
      <category>Microsoft Word</category>
      <category>add-in</category>
      <category>plugin</category>
      <category>API</category>
      <category>office</category>
      <category>javascript</category>
      <content:encoded><![CDATA[<p>I began to explore the terrain for a Word plugin for the company I’m working at.</p>
<ul>
<li>
<p>Although there is a common format for the <a href="https://learn.microsoft.com/en-us/office/dev/add-ins/develop/add-in-manifests?tabs=tabid-1">manifest</a> file, Outlook and Word add-ins seem to require separate files. I haven’t seen any add-in in <a href="https://appsource.microsoft.com/en-US/home?exp=ubp8">AppSource</a> that serves as both a Word and an Excel add-in.</p>
</li>
<li>
<p>Microsoft provides a tool called <a href="https://appsource.microsoft.com/en-us/product/office/WA104380862?corrid=94e8a3b6-7b45-7d61-7efa-2b5fb01abb83&amp;src=office&amp;exp=ubp8">Script Lab</a> that allows you to run arbitrary scripts and test APIs directly within Office.</p>
</li>
<li>
<p>For authentication, it is recommended to open a browser window to your web app using the <a href="https://learn.microsoft.com/en-us/office/dev/add-ins/develop/dialog-api-in-office-add-ins">Dialog API</a>.</p>
</li>
<li>
<p>It is usually not possible to use iframes to obtain authentication tokens from the task pane or sidebar itself. See <a href="https://stackoverflow.com/questions/67802639/outlook-web-addin-iframe-adfs-sites">this</a> answer for more details.</p>
</li>
<li>
<p>It is possible to add elements to the <a href="https://stackoverflow.com/questions/53844320/microsoft-word-add-in-add-to-contextual-menu">right-click menu</a> in Word for add-in commands.</p>
</li>
</ul>]]></content:encoded>
    </item>
  </channel>
</rss>
