83 questions
0
votes
1
answer
116
views
Can I develop a Flutter mail app for Microsoft Exchange using only SMTP?
I want to develop a Flutter-based email client for my company that allows users to consult (receive) and send emails. However, my company uses Microsoft Exchange (currently are using Outlook in phones,...
2
votes
1
answer
600
views
NodeJS MSAL Authentication: 430 4.2.0 STOREDRV Mailbox Logon Failure When Sending Email via Exchange Online SMTP
I am experiencing a persistent issue when attempting to send emails via SMTP using Microsoft Exchange Online in a NodeJS application. The authentication process appears to be successful, but email ...
1
vote
1
answer
270
views
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?
1
vote
1
answer
197
views
Is it possible to view an entire M365 tenant's Exchange data in PowerBI?
Apologies in advanced, I'm not a PowerBI user. I would like to know if this customer's query is possible with PowerBI before I send them elsewhere:
The customer would like to see a weekly report ...
0
votes
2
answers
2k
views
Java and Microsoft Exchange Connection Dropped by server?
I'm using Java Springboot to read the inbox of a Microsoft Exchange account (I am already able to send emails programmatically). When I try to read the inbox folder I receive a general error:
javax....
1
vote
1
answer
196
views
Microsoft Graph - Unable to fetch Microsoft exchange room capacity
As stated above I am currently unable to fetch the room capacity per room in Microsoft Exchange.
Below is part of my code that displays the room id, displayName, start time and end time. But no matter ...
1
vote
1
answer
2k
views
oAuth2.0 authentication using EWS throwing 401 Unauthorized
I have oAuth 2.0 implemented in java as per recommended in the following link https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-...
0
votes
1
answer
2k
views
Microsoft.Exchange.WebServices.Data.ServiceRequestException at reading the EWS folders
I'm a newbie to C# development
I'm trying to migrate the EWS authentication from basic authentication to OAuth2 authentication.
#Implementation
using System;
using System.Net;
using System.Threading....
0
votes
1
answer
1k
views
Loop get-mailbox cmdlet until no error returned
I have hybrid setup where shared mailboxes are getting created on-prem and synced through to Exchange Online in a span of couple of minutes.
My routine is to create a shared mailbox on-prem and then ...
0
votes
1
answer
185
views
Check appointment is modified in Calendar iteself OR by EWS API
I am trying to sync calendar items to our application by using a windows service.
So i sent appointments to outlook calendar. Later i just want to pull appointments which are modified only in calendar....
0
votes
1
answer
2k
views
Microsoft 365, how to setup a single user with multiple emails on different domains? [closed]
On MS 365, for a single user I'd like to setup two real emails:
[email protected] and [email protected].
[email protected] is well setup. Now I'm trying to add [email protected].
...
0
votes
1
answer
1k
views
Simplify output of "Get-Mailbox| select ProhibitSendQuota" - Exchange, Powershell
I was wondering how i could get the output from Get-Mailbox| select ProhibitSendQuota
without the size displayed in Bytes behind GB?
if you run Get-Mailbox| select ProhibitSendQuota , you get ...
2
votes
0
answers
287
views
Power BI. The SMTP address has no mailbox associated with it, Microsoft Exchange
While joining my account to Power BI with the correct credentials I got this error:
Does my account need some more access on the Microsoft site?
0
votes
0
answers
404
views
Tracking Microsoft 365 Outlook Email to SQL Server
I want to fetch the details from my outlook mailbox but don't have the Microsoft exchange server. I only have cloud-based services.
I tried to use the below-given code but that is an exchange server ...
0
votes
1
answer
2k
views
Successfully getting DL members-but how to check for and to list nested groups and members?
My script pulls members from each DL listed in my txt file, but there's a few that have security groups as members and I would like to list out the members in those groups as well.
set-adserversetting ...
0
votes
1
answer
2k
views
Microsoft Graph send email api conversation Index is different
We are integrating the MS Graph API's in our c# application. sending mail is working fine by following this article Send Mail Documentation. But I am facing an issue with ConversationIndex (Mainly ...
2
votes
2
answers
872
views
Protocol error with javax.mail.AuthenticationFailedException appearing intermittently on pop3 connect
I have a javamail program to read emails to my pop3 account at regular intervals. It connects and works successfully most of the times. But, after a while I start getting javax.mail....
0
votes
1
answer
277
views
MS Graph Calendar API | Subscribed users calendar | 50% meeting notification missing when create 100 or more meetings in parallel
I am using MS Graph API to subscribe users calendar for meeting notifications. There is no issue with few meetings for multiple users but when we run our load test with 100 meetings then there were ...
5
votes
5
answers
6k
views
Export Microsoft Teams chat to file for archiving
Has anyone ever managed to save an entire chat from Microsoft Teams in any file format (including chat images e.g. screenshots, user avatars etc.)?
I've tried it in all browsers and in all thinkable ...
0
votes
0
answers
701
views
Is it possible to change the e-mail header before it is processed by MS Exchange 365?
We currently have the following problem with a customer:
The customer uses Microsoft Exchange 365 and has a collective mailbox there where all e-mails end up. Instead of having their own mailbox, each ...
0
votes
1
answer
222
views
Graph API subscription limitations with Microsoft Exchange
I'm working on an application for my organization using graph API. We're creating calendar events from our application. Now we want to receive notifications from Microsoft exchange if these calendar ...
0
votes
1
answer
874
views
How to use Special Characters (|&|) in Exchange Transportation Rules?
I am trying to add a new transportation rule to an Exchange 2016 server. The rule should effect all mails with the following character set in the title: |&|
I used 'If the title contains one of ...
0
votes
1
answer
1k
views
How to read unread email with body and attachment using node-ews package
I am able to send email using this node-ews package but I am not able find suitable example to read email from Inbox folder and get the body and attachments from the email.
I have gone through the ...
1
vote
0
answers
75
views
How to differentiate between user mailboxes and shared mailboxes using Microsoft API
Is there a way we can differentiate between a user mailbox and a shared mailbox using Microsoft graph API or EWS API?
0
votes
1
answer
2k
views
Is it possible to use Variables in ContentMatchQuery, in a NewComplianceSearch?
I am currently trying to use variables within the New-ComplianceSearch -ContentMatchQuery ($Variable), so I can make my content search more versatile rather than static.
However when I view the ...