9,026 questions
0
votes
1
answer
41
views
Search Outlook Address book for a userID in the "Alias" column
I am trying to fetch the results returned by the Outlook Address book for a given username. Basically, when I provide the username, the script must return the email ID of that user. The below script ...
2
votes
2
answers
278
views
How to make VBA functions inaccessible in Excel worksheets?
I want to make some functions and subroutines within my VBA code absolutely inaccessible (via direct call) within a worksheet.
I have tried declaring them private and declaring the module as "...
Advice
0
votes
3
replies
71
views
How to call API/Web service from Team application using Team SSO
I am new to MS Team app development and microsoft is doing changes around this. I have a questions around how to interact with my API from Team Tab, bot etc. I have a multi-tenant architecture and ...
0
votes
1
answer
90
views
Redemption GetFreeBusy fails with Office 365 (HTTP 401 Autodiscover) in 64-bit Delphi app
I have a 64-bit Delphi application using Redemption 5.27 (64-bit) to retrieve Outlook Free/Busy information.
Environment:
Office 365 (64-bit Outlook)
Redemption 5.27 (64-bit)
Outlook running with a ...
Best practices
0
votes
1
replies
36
views
Dynamic Entra Group
We are rolling out Windows Hello for Business to users in our tenant in a phased approach. At the moment, users have to be manually added to a specific Entra ID group to enable Windows Hello.
We would ...
2
votes
1
answer
79
views
Excel (Office365) - Calculating sum of numbers using two range conditions
I have the following goal: I want to track the total dividends from multiple different companies and for each year in an Excel sheet; for that I have an Excel sheet with the following setup (in ...
Advice
0
votes
1
replies
46
views
Office-JS Word Add-in extremely slow when inserting 90k+ soft hyphens (>300 page document)
I’m building a Word Office-JS add-in that inserts soft hyphens (for proper line-breaking) into very large documents.
Typical document size:
~300–350 pages
~3,000 paragraphs
~90,000 words to be ...
0
votes
2
answers
105
views
Incorrect currency being displayed using Stock Data Type
The inbuilt stock data type in Excel is not correctly displaying the price of the stock. The issue is with stocks on the LSE as they are reported in pence and not dollars, Excel is reporting it as ...
2
votes
1
answer
180
views
How can I reliably detect when a message is moved between folders in a shared mailbox using Microsoft Graph?
I’m building a workflow on top of a shared mailbox where each email acts as a ticket, and its folder represents its current state (New, In Progress, Waiting, Closed, etc.). To make this work, I need a ...
0
votes
0
answers
80
views
Outlook Office addin onMessageSendHandler on Mac and Web
I'm currently struggeling to get my onMessageSendHandler to work on Outlook Web and Mac. When the user sends a message, I want the user to have the option to open taskpane instead of sending the mail. ...
-1
votes
1
answer
158
views
Call SharePoint Api using Power Automate "Http" by passing App registration clientID/Secret
I have created an Azure App registration, and granted it permissions to manage SharePoint sites. then i want to query the SharePoint sites' users, using SharePoint API, here the first request to get ...
0
votes
0
answers
138
views
Using Sharepoint Rest API _api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#') ..Error Bad Request
I have this REST API call to SharePoint online, to check if a folder already exists in a document library :
GET _api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#')
I am getting ...
0
votes
1
answer
132
views
Microsoft 365 Access VBA DoCmd.TransferText Error
I am running Office 365 on a Windows 11 machine.
I created an Access database that loads tables from csv files, runs two queries and creates a CSV formatted report file through the use of modules, ...
0
votes
0
answers
63
views
Unable to get webLink for Microsoft 365 Group messages using Microsoft Graph
If a user is added to a Microsoft 365 group, they receive new mails in their inbox,
but previous mails remain inside the group mailbox (visible in Outlook under Groups).
I want to search a work order ...
0
votes
0
answers
52
views
Sharepoint look up column returning blank
So I have three lists in a Sharepoint. User list, Customer tracker and Engagement list. I have made a look up column in engagements that looks up to or from customer tracker list, name column to be ...