83 questions
0
votes
1
answer
123
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,...
0
votes
1
answer
299
views
Unable to send email using Microsoft Graph API: Error 550 5.7.708
I am trying to send an email using the Microsoft Graph API, but I keep encountering the following error. I have two licenses Microsoft 365 Business Basic
and Exchange Online (Plan 1).
Remote ...
2
votes
1
answer
649
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 ...
0
votes
0
answers
93
views
Microsoft outlook Caught exception in remote runspace creation, The WinRM service cannot process the request Redirect location reported
We are getting below error while creating Mailbox on Microsoft Exchange server using c# utility :
*Caught exception in remote runspace creation System.Management.Automation.Remoting....
1
vote
1
answer
279
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?
0
votes
1
answer
50
views
Which O-Auth Flow to choose with .Net Core Server which will send (MS Exchange) mails even when no user is logged in
Hey I am overwhelmed with the different oauth flow types.
I want to create an Webserver which can send mails even when no user is logged in.
There will be an public available Website on which some ...
1
vote
1
answer
198
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
0
answers
700
views
Creating a power automate cloud flow trigger when a Microsoft Exchange email comes
Power automate cloud flow does not have a trigger to fire when an email comes to Microsoft Exchange. Is there a work around for this?
I was looking for templates but there aren't any for this.
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....
0
votes
1
answer
781
views
A way to fetch Microsoft Graph locations with PnPJs
As stated above in the title I am currently facing issues fetching graph places with PnPJs, using the @pnp/graph graphfi factory interface in SPFx.
I am currently able to fetch data from my events via ...
1
vote
1
answer
197
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 ...
0
votes
1
answer
175
views
Multiple Recipients using Microsoft exchange
I was Success to sending email using Microsoft exchange, but it just 1 Recipient.
I want to try send multiple Recipients.
ExchangeService service = new ExchangeService();
WebCredentials ...
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-...
1
vote
0
answers
4k
views
Why am I getting errors when trying to run Get-Transportconfig in a Powershell session?
I am trying to run Powershell to invoke Set-TransportConfig on my Exchange mailbox.
Windows Powershell ISE is running elevated as admin.
I am able to connect to Exchange:
Connect-ExchangeOnline -...
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
2
answers
4k
views
How to sync Microsoft GAL (Global Address List) on Android and iOS mobile devices
We use Office 365 in the organization and add employee contact information to the Exchange. All contact information of these employees can then be found in the GAL (Global Address List) in Outlook.
We ...
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 ...
-1
votes
1
answer
94
views
Could not receive an email with a specific hyperlink
I have a mystery that I would appreciate some help to understand.
So a business partner was trying to send me an email with two hyperlinks. But their corporate email server kept returning the message, ...
0
votes
1
answer
193
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....
1
vote
1
answer
1k
views
Powershell Script to swap Proxyaddresses and PrincipalName
Been writing script:
foreach ($Username in (Import-Csv -Path "C:\Users\...\nope.csv")) {
set-aduser $Username.Username -remove @{Proxyaddresses="smtp:[email protected]&...
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].
...
1
vote
2
answers
558
views
Update automaticRepliesSetting via PowerShell with Microsoft Graph PowerShell SDK
I am trying to update automaticRepliesSetting via PowerShell for my Exchange Online users.
I know that I can do it with the Graph API (https://learn.microsoft.com/en-us/graph/api/resources/...
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 ...
0
votes
2
answers
4k
views
How to get Mailbox size and Archive size in same table - powershell, exchange
im sorry if my english is bad. but here is what im trying to do.
atm i have a script that shows Mailbox size. and a script that shows archive size. im using these scripts to add information to Hudu ...
2
votes
0
answers
288
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
1
answer
1k
views
How to send email from Microsoft Teams Bot using Microsoft Graph Client as a different user?
I have LUIS embedded with my bot. If the LUIS cannot pick up or cannot understand the user's questions, I want the bot to send an email requesting for help from the concerned person.
This is what I ...
0
votes
0
answers
407
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
3k
views
EWS modern authentication using oauth2.0 : The remote server returned an error: (401)Unauthorized
I am trying to do modern authentication for outlook mailbox(which is used to send mail from applications) using microsoft graph access token.
I am succssfully getting the access token from the below ...
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
0
answers
456
views
Fetch Mails From MS-Exchange Using Graph API
Can someone help me out that how I can fetch mails from Exchange User's mailbox using Microsoft Graph API?
Graph API is working fine for the online exchange users (O365) not for offline users (local ...
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 ...
0
votes
0
answers
420
views
401 Unauthorized using ExchangeService for shared mailbox
I know somebody here will say that this is a duplicate of some thread but, I dont get a clear answers from those thread and also not found anything that works as of this writing.
We just encounterred ...
2
votes
2
answers
882
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
0
answers
1k
views
Creating a PowerShell session to Microsoft Exchange
I'm trying to connect to Microsoft Exchange through PowerShell but I keep getting a "access denied" error.
I'm using a global administrator with a business license to connect so that shouldn'...
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 ...
0
votes
1
answer
1k
views
Can't Connect to Exchange Online with a private certificate at Poweshell
I'm trying to create powershell script with the next flow.
Login to Azure Active Directory via Application.
Create Private Certificate.
Upload Certificate to Azure AD Application Certificates.
...
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 ...
1
vote
1
answer
2k
views
How to get only the users that have a mailbox in Azure active directory using Microsoft Graph API?
I am using Microsoft Graph API to read emails (/users/{id | userPrincipalName}/messages) in the mailboxes of the users in my Azure active directory. I have noticed that for some users, I get this ...
0
votes
0
answers
709
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
0
answers
614
views
EWS error for OAuth 2 token The remote server returned an error: (401)Unauthorized
I am trying to access EWS using OAuth 2 but I am getting an error The remote server returned an error: (401)Unauthorized
I successfully received Access/Refresh Token
Here adding a token to the ...
0
votes
1
answer
231
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 ...
1
vote
1
answer
1k
views
Greek letter emails are going to spam
I have been sending English emails using smtp settings for quite a long time with no problem. They are spf/dkim signed with dmarc implementation as well and have always tested great as not spam. I ...
0
votes
1
answer
884
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
2
answers
590
views
Microsoft Graph Unified Contacts List
Is it possible to create Exchange contacts list which will be shared across the whole organisation using Graph API?
These contacts are not the part of the organisation.
I know we can add contact to ...
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 ...
0
votes
1
answer
370
views
How do I connect my subscription office 365 business basic to Editor ADSI?
I'm new to office 365. I bought a basic business subscription (mydomain.onmicrosoft.com | mydomain.com) and did a migration on Exchange. It migrated fine, however there were a few things I didn't want ...
1
vote
0
answers
78
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
0
answers
85
views
Microsoft Exchange Server port configuration
I'm trying to setup an exchange server in the following configuration:
Server can receive emails from outside (internet).
But in order to view the emails, or configure Outlook, require to be on the ...
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 ...
1
vote
1
answer
517
views
what does it mean "transaction log data replay into database" for MS Exchange server
I am new to MS Exchange DAG. what does it mean "transaction log data replay into database" for MS Exchange server?