How to deal with duplicates in OutLook Global Address list with Win32Com (Python)
I'm trying to create a Python script that searches for entries in a GAL (Global Address List) to be processed. However, there are contacts in the GAL that have the exact same name as others, and I can't find a way to detect duplicates without looping…
Microsoft information protection: System.Runtime.InteropServices.COMException (0x800A175C)
Hi All, As AIP is going to be disabled , we have moved from AIP to built-in labeling , we are getting these two exceptions while launching the word from my application. We are using Microsoft.Office.Interop.Word.dll word interop library for interacting…
403 unknownError when Accessing Group/User Notebooks via Microsoft Graph API
Issue Summary: We are encountering a 403 unknownError when trying to access group notebooks via the Microsoft Graph API endpoint: GET https://graph.microsoft.com/v1.0/groups/{group-id}/onenote/notebooks This issue is tenant-wide and occurs across all…
Why won't ChartSeries.getPoints() work in Excel for web?
I have a workbook I've created in Excel for web with just a single column chart and some sample data to its side Using office scripts, I'm trying to set the color of an individual column on the chart with this code: function main(workbook:…
Retrieving Custom XML Parts using OfficeJs in Word Online
I have a Word document that contains Custom XML Parts, and it works perfectly when opened in the Desktop version of Word. Using Office.js, I can successfully retrieve the XML parts with the following method: Get CustomXML Parts by Namespace However, when…
Powerpoint zoom adding iframe. Code
Hello. I added the iframe code to my page. But I have a problem. I can't zoom in the Powerpoint application. What should I do so that people can use the zoom tool in the code on my page. Some text is small. I need zoom. Please help me with this. I will…
SSO fallback for Outlook add-in required for what cases?
I'm developing an addin that uses msal-browser to implement SSO in a similar way to https://github.com/OfficeDev/Office-Add-in-samples/blob/main/Samples/auth/Outlook-Add-in-SSO-NAA-IE/README.md (though using a standard public client application instead…
How to consolidate tasks across different Loop sites into one to-do-list
How do I consolidate tasks across individual Loop sites into one to-do-list?
SSO NAA Outlook Add-in Error in Production Environment
I am experiencing an issue with the SSO NAA Outlook Add-in in the production environment. The setup works correctly in the development environment, but in production, it returns the following error when attempting to send the SSO to the 'token'…
visio 2021 export datamodel code to Oracle DDL
I have a Visio datamodel that I'd like to export into DDL code for Oracle so I can run it manually to create my database objects. How do I get this information? I can't even figure out how to save the table description to excel.
Why does Outlook Web media-src CSP block all media not hosted with Microsoft
I'm having an issue with viewing videos added to an AdaptiveCard as a recipient on Outlook Web. The send works, the adaptive card comes through correctly with all the appropriate IDs, I can see the video, the thumbnail, and I can click "Play"…
Troubleshooting Phone Number Association with Microsoft 365 Developer Account
Hello together, When I try to set up an instant sandbox for Microsoft 365 as part of Microsoft 365 Dev Program (https://developer.microsoft.com/en-us/microsoft-365/profile), I am getting the following error: We can't continue with the signup process for…
New Outlook 2024 do not create "email drafts" as it use to create before in classic version
This Delphi code use to work before switching to new 2024 outlook version: try OutlookApp := GetActiveOleObject('Outlook.Application'); except OutlookApp := CreateOleObject('Outlook.Application'); end; try MailItem :=…
How Can I use date type control in VBA user form?
Hello, I want to use control like datepicker in userform in VBA. but I can't find it in VBA control. Which control I can use? if someone let me know of it, I'd be very appreciated. thanks, c00012
set specific time for incoming meeting reminder
Hey Microsoft,, hoping you can help.... I encountered an interesting issue with one of my users who do a lot of work within Classic Outlook. her issue is that sometimes people who send her meeting invites, they forget to add a reminder time for the…
0xC0000005 issue when fetching and using Excel of offce from a specific C#
How are you? I'm a developer who is developing with C#. Create an Excel application of Microsoft.Office.Interop.Excel using Panel in C# Winform and connect it to Panel C# I have configured a program to control Excel within the program. During…
Plugin using shared runtime gets loaded in the ribbon, but doesn't react to button presses
We are seeing a strange problem with some of our documents: A published Excel add-in gets for some documents (totally random) stops showing the sidebar when the user clicks on a button in the ribbon. We have added console logs to the script entry point…
Outlook add-in Failed Sideloading
Hello, I am attempting to build an Outlook add-in that will scan the contents of an open email and determine if any links in that email are from a trusted domain. I am not interested in a task pane add-in or really any user-facing buttons/panels. I want…
How to adjust text box size on all PowerPoint slides at once when changing slide size
I need to change the format of old PowerPoints from 4:3 to widescreen (using PowerPoint for Mac). I cannot seem to figure out how to get the text boxes to adjust to the changed format - they stay the previous, now narrow, narrow size. The slide Master…
How can I fix the error "Method 'range of object'_Worksheet' failed
I keep getting this error "Method 'range of object'_Worksheet' failed while debugging this code Is there anyone knows how to fix this? If Dir(Sheet2.Range("D" & [Product_ID] + 1).Value, vbDirectory) <> "" Then