Questions tagged [exchange-server-2016]

Microsoft Exchange Server 2016. Use this tag if you intend to refer specifically to the 2016 version of Exchange server. If your question is not version-specific, use [exchange-server] instead.

First free version on Microsoft Exchange Server for calendaring and connecting to mail clients using MAPI, IMAP, POP, SMTP and EAS.

Microsoft released the (RTM) milestone for Exchange Server 2016 on October 1, 2015.

Main page: https://products.office.com/en-us/exchange/microsoft-exchange-server-2016

Use this tag if you intend to refer specifically to the 2016 version of Exchange server. If your question is not version-specific, use instead.

64 questions
0
votes
1 answer

FindItems with query string returns a maximum of only 250 results EWS

I tried filtering the Inbox which has around 10k emails using a query string and only get a maximum of 250 results. I use paged search but the MoreAvailable property is false and the TotalCount property is 250 even if there are a lot more emails…
0
votes
2 answers

How can i find the permanent id of an email in EWS managed API?

I am building an application that filters through all the emails in a user's mailbox and then moves the results in a Quarantine folder for further review. However, when moving, the original item(email) is deleted and a new item is created with a new…
0
votes
1 answer

EWS FindItems returns only 250 items in Exchange 2016

I have an application which uses EWS Managed API to search and retrieve items from Exchange server. On one client environment (Exchange 2016 on-premise server), when application tries to search and retrieve items from Archive MailBox folders using…
0
votes
1 answer

Access mailbox using MAPI or Outlook Redemption on Exchange 2016/2019

I have been asked to do some research on how to access a user's mailbox and execute some basic tasks(copy emails, create folders, delete folders/emails, move emails from one folder to another based on a certain criteria) on Exchange Server 2016/2019…
0
votes
0 answers

Outlook Translator returns error when with on-prem exchange server

Environment consists of on-prem Exchange Server 2016CU22 in a DAG configuration sitting behind a Barracuda ADC load balancer configured to load balance POP3, SMTP, and Outlook 2016 client connections(instantSSL service). Have added the Outlook…
0
votes
1 answer

self signed certificate in certificate chain error when calling /ews/exchange.asmx

I have moved my Outlook web addin logic to a nodejs backend like suggested here. Now, I get this error when I call exch.GetUserAvailability function: Which is weird because it is not a self signed certificate. It is a certificate that has our…
Yuri
  • 11
  • 4
0
votes
1 answer

item within versionoverrides invalid 'webapplicationinfo' on Exchange on prem with Azure AD Hybrid

We have a working outlook app using version 1_1 on O365. We are testing this with an exchange on prem only setup but with azure AD hybrid. The graph API functions we need work within this environment thanks to testing on graph api exporer. When we…
0
votes
0 answers

C# Creating a new mailbox with Exchange Management Shell (Exchange 2016)

When trying to create a new mailbox with C# and the Exchange Shell I do not get any errors, but the data is not being pushed to the server. If I do make an error like putting a string in the password field I get an error message. I can also do this…
jfrost
  • 1
0
votes
1 answer

Exchange Bulk import from .csv file to remove from Allow and then Allow list

Thought maybe I could turn here for some help! Does anyone know of a Powershell script I could run on our Exchange server to do the following: We would initially want to clear all or current mobile devices from all the users Then re-add their…
0
votes
0 answers

Exchange Server 2016: Server Error in '/ecp' Application

I am getting error in the ECP of Exchange Server 2016 while the OWA is working fine. The ECP login page opens but after login we get following error. This issue has been for around a week and we have not made any progress. Please assist if anyone…
0
votes
1 answer

Exchange 2016. Provoke creation of Master Category List?

I get "The specified object was not found in the store" when I try to access the Master Category List on a newly created mailbox. This is via Powershell EWS on Exchange 2016. If I open the mailbox and rename one of the categories there is no…
0
votes
0 answers

how to send mails in php using exchange server using smtp server configuration

i have created mail server in exchange server 16 and i am trying to connect using smtp server smtp port : 25 or 587 smtp server: smtp.xxx.mail.mil i have written complete code using php mail function but if(mail($to,$subject,$message,$headers)) …
kak
  • 3
  • 2
0
votes
2 answers

Teams calendar requests causes Exchange Server 2016 to log unhandled exception (maxQueryStringLength)

Teams calendar requests causes Exchange Server 2016 to log unhandled exception (maxQueryStringLength) Our on-premises Exchange Server 2016 is logging unhandled exceptions – it appears to be Teams querying calendar data via REST API. In the event…
Brian Clink
  • 297
  • 2
  • 17
0
votes
1 answer

how to export exchange output into CSV format

I wrote a POWERSHELL-script for displaying a distribution group based on lastlogontime but i was able to to export it into CSV-format but gives wrong results. My code is as follows: $users=Get-DistributionGroupMember  -Identity "ALL Group" | select…
0
votes
0 answers

Set-MalwareFilterPolicy example given by Microsoft documentation fails

I'm trying to add file types to Exchange Server 2019 malware policy. For that purpose, I follow Microsoft documentation shown at…
fpiette
  • 11,983
  • 1
  • 24
  • 46