Questions tagged [microsoft-exchange]

Questions about Microsoft Exchange Server and mail & calendar sync. This tag should be used in conjunction with [exchange-server] tag.

Microsoft Exchange is Mail and Calendar Server developed by Microsoft. Microsoft Exchange Server manages all email communication within the organisation.

87 questions
5
votes
5 answers

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 ways. The problem seems to be that Teams removes…
5
votes
1 answer

EWS ruby viewpoint batch subscribe push notifications

I'm using viewpoint gem to subscribe to microsoft exchange notification service. So far I managed to subscribe to a single folder by using subscribe method in this:…
3
votes
2 answers

Connect to Microsoft Exchange Server using C#

I have to establish connectivity with Microsoft Exchange Webservice and I have been given the below details - Shared mailbox address is say - "students@student.edu" Service account is say - "Student SA" Password for service account is say…
2
votes
0 answers

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?
Mateusz P
  • 211
  • 1
  • 3
  • 12
2
votes
0 answers

Efficient initial sync with SyncFolderItems in EWS

I am writing a client application that tracks emails and calendar events from exchange servers. Currently I am getting the initial state of the users' inbox folders with SyncFolderItems with IdOnly set to True. Is there a more efficient way to get…
2
votes
1 answer

Using To or CC when sending mail from C# - What's better in performance sense?

I'm working on functionality which sends e-mails to user and/or partners (with attachments etc.) via Microsoft Exchange using ASP.NET MVC. I've this dilemma: What's better for performance - Adding all e-mail recipients as ToRecipients or…
Edin
  • 23
  • 1
  • 3
2
votes
3 answers

Possible to connect with a Microsoft Exchange shared mailbox via service account using JavaMail and Apache Camel Mail (IMAP)?

We are using Apache Camel to connect via IMAP to our inbox. The Apache Camel Mail components are build on JavaMail. Our testing server is using Outlook and Office 365. We are using outlook.office365.com as the host/domain and a personal user's…
1
vote
1 answer

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 highlighting the total number of emails received from…
1
vote
1 answer

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 where I search the room capacity property is…
1
vote
0 answers

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 -UserPrincipalName When I attempt to run this…
JohnB
  • 3,921
  • 8
  • 49
  • 99
1
vote
1 answer

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:$Username.Username@domain.com"} Write-Output "remove proxy" set-aduser…
SeanP
  • 13
  • 2
1
vote
2 answers

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.AuthenticationFailedException and unable to connect it on further…
Gopal
  • 378
  • 2
  • 12
1
vote
1 answer

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 error: HTTP error: 404 Error code:…
1
vote
1 answer

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 have now added Greek alternatives and I am facing…
1
vote
0 answers

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?
1
2 3 4 5 6