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

Unread Emails for Exchange 2016

I used to get unread emails for multiple users using the EWSUtil library from the link bellow with Exchange server2010. https://gsexdev.blogspot.com/2008/11/find-unused-mailbox-powershell-gui.html…
0
votes
1 answer

Why does changing the sender/from in an Exchange Transport Agent result in the primary address of that user?

I've successfully created an SmtpReceiveAgent with OnEndOfDataEvent. It should replace the sender of some emails, so the recipient sees the new sender and is able to reply to it. This already works very well, just by setting: MailItem.Message.From =…
maf-soft
  • 2,335
  • 3
  • 26
  • 49
0
votes
0 answers

How to track e-mail read status using IMAP

I have to research the user reactions to an incoming phishing mail. Therefore i'm trying to track if a user opened an e-mail. I'm using an Exchange Server and have complete access to the logfiles. I want to use the imap flags (/Seen, /Answered etc.)…
Jonas Ricke
  • 41
  • 1
  • 2
  • 6
0
votes
1 answer

error.Clear() on Mailbox role, Transport service installation step

I've migrated several Exchange 2013 to 2016 servers, but never did I encounter this error while installing Exchange 2016 on a fresh Windows Server 2016 VM: Error message: http://misc.schattorie.nl/err.txt IPv6 is enabled and configured correctly I…
0
votes
0 answers

Outlook add-in deployed to Exchange Server on premises not loaded in macOS Safari

We have a Outlook add-in. When we deploy it to Office 365, everything is fine. All major browsers on Windows and Mac are working. However, when we deploy the add-in manifest to Exchange Server 2016 on premises, the add-in is not loaded in Safari…
0
votes
2 answers

Exchange Web Services - The request failed. The remote server returned an error: (413) Request Entity Too Large

I have this simple code snippet, where I try to fetch folders from specific mailbox ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; ExchangeService service = new…
0
votes
1 answer

Get appointments from exchange 2016 With C#

I write some C# code that gets user appointments data from exchange server. Until now I worked with exchange 2010 and I used EWS 2.2. Now I try to get the same data (user appointments - Title, location, time and etc). As I could understand from…
0
votes
0 answers

Assistance in building array of Exchange powershell output

I am trying to build a script that can get a list of members of a distribution group recursively, and then output the data in a way that is manipulable. The below code works fine so far, but only outputs a final list of recipients on the screen,…
Eds
  • 533
  • 4
  • 16
  • 35
0
votes
1 answer

Invoke-Command with Scriptblock in Filepath - no arguments

I'm working on a PowerShell script to override the out-of-office text on Exchange 2016. I am doing this from a remote server who runs all tasks. This is what I am calling: Invoke-Command -Session $Session -FilePath $filepath This ps1 gets called…
S.Schmitt
  • 13
  • 6
0
votes
1 answer

Exchange Transport Agent - Can't change DisplayName of message envelope

I have a distribution list which is made up of recipients almost exclusively outside of my organization. Due to issues with one of the recipients mail hosts, they reject all messages with a From header which originates from outside their network. So…
0
votes
1 answer

Windows 2008 AD + Exchange 2007 migration to 2016

Today, I'm facing a problem with one of my customers. In his infrastructure, there's a server, that's doing everything (literally). This is Small Business Server 2008 (not R2), with Exchange 2007 and SQL Server 2005. Since the business isn't small…
0
votes
1 answer

PHPmailer smtp to exchange - "DATA END command failed" after 30s (but no timeout)

I am using the latest PHPMailer 5.2.24 (problem is the same with older versions) on PHP 7.0. Sending mails via SMTP with an Exchange 2016. About 95% of the mails work like expected, but whenever the 250 response from Exchange to the final DATA END…
0
votes
1 answer

Does Microsoft Dynamics CRM 2011 E-mail Router work with Exchange 2016?

We have on-prem Dynamics CRM 2011 and Exchange 2010. We're migrating to Exchange 2016 but need to make sure that our existing CRM 2011 is not affected. Can anyone confirm compatibility of CRM 2011 E-mail Router with Exchange 2016?
0
votes
0 answers

Exchange 2016 SMTP Intermittent Error 5.7.57

I have configured a new Exchange 2016 server and I use it to send emails over a self-written .net application, using the standard MailMessage and SmtpClient. Everything works fine about 90% of the time and then suddenly without any change (neither…
Vladimir
  • 1,425
  • 16
  • 31
0
votes
1 answer

Finding proxy addresses in the Exchange Online GAL

We have recently switched from Domino to O365 and Exchange Online. One of the issues we have discovered is that the email aliases (proxy addresses) of a mailbox do not seem to be searchable by endusers in the Global Address List via Outlook. For…
Ben Wall
  • 21
  • 1
  • 3