Questions tagged [microsoft365]

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

217 questions
0
votes
0 answers

Building 64-bit dll in Visual Studio 2017

I have a 32-bit dll which works on Windows 10. Now I need to build a 64-bit version of it which works on Microsoft 365. The code is written in C#. For the current 32-bit dll, I do the following to build a dll and then xll. Find the dependencies by…
Kyoto
  • 37
  • 5
0
votes
0 answers

how to use microsoft 365 online form with my account

Your account is not enabled for Microsoft Forms Please contact your administrator for access, or switch to an authorised account. Technical details Session id: e49f401f-ce14-43b2-96da-7e06d279fddf, Correlation id:…
BabaT
  • 1
  • 1
0
votes
0 answers

How has the recent Microsoft 365 update affected E3 license activation for subusers? Previous method ineffective. Need guidance on new process

What is the impact of the recent interface or policy update by Microsoft 365 on our organization's ability to activate all features using E3 licenses for subusers? Previously, we could easily configure the main user and switch the account to provide…
0
votes
0 answers

Do M365 and Outlook desktop and mobile apps support deep linking?

I'm making a website where a user selects a date/time and clicks a button which redirects them to outlook.com with query params that create a calendar event with that date/time. I want to be able to open the Outlook desktop app and do the same…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
0
votes
0 answers

Microsoft Graph API: LongRunningOperation takes forever

The Graph API has some endpoints that can have two kinds of results: 200 OK: This means the operation was a success 202 Accepted: This means the operation might take longer and has been queued. An operation id is also returned This would be fine…
0
votes
0 answers

MS Search-UnifiedAuditLog won't return more than 180 results

I'm trying to search the MS 365 unified audit log with the Search-UnifiedAuditLog commandlet and no matter what I do, the max results it will return is 180. My code is pretty simple (below), the ResultSize parameter works if I set it below 180 (150…
ccoho
  • 1
0
votes
0 answers

How Access react.js Chat Web Application Messages and files in Microsoft 365 Omnichannel

I am expecting to handle all chats and files in omnichannel from the react.js web application. Here i am not aware how to handle web page message conversation in to omnichannel I found some reference following…
0
votes
0 answers

After Tenant-to-Tenant Migration, users get error "Account Does Not Exist"

We just finished a tenant-to-tenant migration, some employees are struggling logging into Office apps, after the login screen pops up and they enter in their new login email, they receive the error "User account example @ abc.com does not exist from…
0
votes
1 answer

I'm getting error that DelegateAuthenticationProvider and MeRequestBuilder are not found in the graphService client I use to read Microsoft 365 mail

Since Microsoft has switched from basic auth to bearer auth as of 2023, I cannot perform mail reading operations. I am trying to read with GraphServiceClient, but I am getting the below mentioned errors,can you help? *- CS0246-->The type or…
n01
  • 11
  • 3
0
votes
1 answer

I'm getting an error in the graphService client I use to read Microsoft 365 mail

Since Microsoft has switched from basic auth to bearer auth as of 2023, I cannot perform mail reading operations. I am trying to read with GraphServiceClient, but I am getting the below mentioned errors,can you help? CS0246-->The type or namespace…
0
votes
0 answers

sendmail to Microsoft365 (exchange)

I want to use a email group. I have used the sendmail.php file to have it send the mail trough a application website, into that mailbox. sendmail.ini settings: smtp_server=smtp.office365.com //Outlook settings ; smtp port (normally…
0
votes
1 answer

How to Get ToDo Task List sharings and Task Groups from Exchange with EWS?

Is it possible to get the permissions on a shared task list with EWS or Graph API? Also, how to get the Task Groups via API?
0
votes
2 answers

Can't create a Notify after Patch function, Power Apps

Here is my code: Patch( Projects; ShowColumns( colGridUpdates; "Title"; "Bereich"; "F_x00e4_lligkeitsdatum"; "Ge_x00e4_ndert_x0020_am"; "Auftraggeber"; "Organisation"; "ID"));Notify("Das Raster wurde erfolgreich…
Caramella
  • 3
  • 2
0
votes
1 answer

How to use Power BI Azure Maps Visual?

We want to use Azure maps in place of the old bing maps in our Power Bi reports. Azure maps for Power BI is currently disabled in our organization. If we enable it in our organization, will it start incurring charges? If yes, how much are the…
Saad Farooq
  • 977
  • 2
  • 13
  • 26
0
votes
1 answer

Microsoft 365 send mail via smtp with oauth2 token "Authentication unsuccessful"

I want to send emails via smtp with an oauth2 token. But I always get the following error message: "Authentication unsuccessful". Steps I have done: I registered an app in the Azure panel. Added the following…
RacoonOnMoon
  • 1,556
  • 14
  • 29