9,090 questions
-3
votes
0
answers
61
views
Java mail connect service method is not responding neither throwing error and not getting connected as well intermittently
I am using the below code to connect with office 365 mailboxes and this works 99% of the time but i am seeing a weird issue some time that the logger after this connect is not getting printed and also ...
0
votes
0
answers
43
views
Outlook Add-in Sideloading fails with AADSTS500200 on Personal Account & NoMailboxAndNoLicenseAssignedError on Org Account
Hello Stack Overflow Community,
I am developing an Outlook Add-in using the official Yeoman generator (yo office) with React and TypeScript. I am currently blocked during the development and testing ...
0
votes
1
answer
25
views
Information Protection Default Sensitivity Labels have been Deleted from Microsoft Purview
Our Microsoft default Sensitivity Labels appear to have been deleted (e.g., Personal, Public, General, Confidential, Highly Confidential) from Information Protection in Purview! We are trying to ...
-1
votes
4
answers
145
views
Excel - Sorting textual versions using dynamic arrays
I need to sort versions of software, and like you can see in this picture, the source is in 6 colomns (it can change), stored in a dynamic array.
I need only one colomn with the higher versions in ...
1
vote
1
answer
99
views
Filter a table with a list of value with dynamic array formula
I tried to filter a table using a list. Using Office 365 dynamics array like A1#.
Like a picture sometime is more simple than a long explanation, here my problem :
It look simple, but, i'm stuck.
I ...
0
votes
1
answer
99
views
Excel VBA code "Application.OnTime" skips seconds
I have a timer within Excel VBA code which did run smooth untill 6 weeks ago. Please see the code below. I use this timer in a workbook. I use 2 identical copies of this workbook (with different names)...
2
votes
0
answers
35
views
Uploading a file to SharePoint using the Office365-REST-Python-Client library
I want to upload a file to my SharePoint site using Python. And the Office365-REST-Python-Client module is apparently the way to go. The code I am using is as follows:
def ...
2
votes
1
answer
41
views
Unable to Export Power Automate Flow as Zip File
I have created a Power Automate Flow to send an Email when an item has been created in the SharePoint list. The flow is working as expected.
Now, I need to implement the same flow to another tenant. ...
0
votes
0
answers
13
views
Mailkit for SMTP office365 results in 535: 5.7.139 "SmtpClientAuthentication is disabled for the Tenant"
As our software has to support office365 I'm trying the mailkit example to connect to our office365 mailboxes.
However, by using OAuth2, it still keeps ending up in a "SmtpClientAuthentication is ...
1
vote
1
answer
58
views
Using Python / MSGraph to list a Office365 Email Conversation
We have a shared Office365 mailbox and I’m trying to write some Python code using MSGraph to identify emails which have been responded to.
In Outlook, if you attempt to reply to a message that has ...
0
votes
0
answers
22
views
bookingBusiness endpoint in Microsoft Graph giving "Bad Gateway"
I'm trying to create a Booking Business (Conference Room) in Microsoft Booking using the Graph REST API endpoint. I receive a "Bad Gateway" when I send the below. If I send a GET request, ...
1
vote
0
answers
54
views
Office365 SMTP with OAuth2, error "STARTTLS required but not supported"
We are trying to make SMTP work with oauth2 for office365 mailboxes on our java client. TLS version is 1.2.
We are able to get a token using the following parameters:
URL url = new URL("http://...
0
votes
0
answers
26
views
How can I test if a Powerpoint 2003 file is password-protected?
I'm trying to create a Powershell script to iterate over files on a NAS to create custom properties on files fulfilling certain criteria. The bulk of the script is fine and working as expected. I came ...
0
votes
1
answer
62
views
Actionable Messages not working on mobile
I am trying to create an informative email for users with multiple collapsible sections that would work primarily with Outlook. I figured the best way to achieve this would be to create an Actionable ...
0
votes
1
answer
179
views
Power Shell script to remove a user from all the groups the user is a member of and owner of
I want to write a power shell script to remove the user from all the groups the user is added to as a Member or as Owner , including those :-
1- Distribution list
2- Security Group
3- Mail-Enabled ...