-
The stackoverflow tag linked on https://github.com/OfficeDev/Office-Addin-Scripts is completely empty, so please allow me to ask a question here:
Should the certificate that gets created by office-…
-
### Describe the bug
I've seen from previous issues there was an issue with ClickOnce not deploying the Microsoft.Data.SqlClient.SNI dll, however this was apparently fixed in version 2.0.
It appears…
-
I love the automatic creation of the Day Planner file every day. Please add that functionality to the new version.
It would be great to have a config option to select if generate the file every day o…
-
When sending an email from a shared mailbox, the email is not sent and is blocked because the event ItemSend is still being hit even though SupportsSharedFolders is not set in the manifest and the def…
-
## Your Environment
* Platform [PC desktop, Mac, iOS, Office on the web]: Mac, Office on the web
* Host [Excel, Word, PowerPoint, etc.]: Outlook
* Office version number: 16.79.3 (23120117)
* Opera…
-
On Outlook desktop `window.Office.context.mailbox.item.attachments` returns an array of attachments with empty ids and zero size:
```
[
{
"attachmentType": "file",
"contentType": "ima…
-
```
I have a MS Outlook AddIn and have to init some BackgroundWoker on StartUp.
If i test and run it under Win 8.1 with Outlook 2013 (32/64 bit) i get a error
Message:
"Unable to create DsiWin32 hi…
-
I'm able to debug my add-in with the Edge tools, but not with VS Code. Should I be able to debug in Code?
```
{
"version": "0.2.0",
"configurations": [
{
"type": "office-addin",
…
-
```
I have a MS Outlook AddIn and have to init some BackgroundWoker on StartUp.
If i test and run it under Win 8.1 with Outlook 2013 (32/64 bit) i get a error
Message:
"Unable to create DsiWin32 hi…
-
Create a manifest for an Addin and install it on Outlook to see the extension points available. Note that the extension points in Outlook.com and Outlook Desktop are different. We want to support both…