596 questions with Exchange | Exchange Server | Development tags
Cannot fetch internet headers for an email item when replying/forwarding from the "Sent" folder of a user
We have an Office.js add-in running in Exchange Server. When a user sends an email using our add-in, we add an internet header to the email item. When a user then tries to reply to/forward that email, our add-in tries to fetch the internet header set…
Exchange | Exchange Server | Development
Not receiving <InReplyTo> tag in EWS GetItem response if mail subject changed in reply
I have an add-in that I run in Exchange Server 2019. When replying to an email, my add-in requires some information related to the parent email. For this, I use the EWS GetItem API. In the response, I get an <InReplyTo> tag, where I find…
Exchange | Exchange Server | Development
Office.js dialog box 'X' close button missing when using Exchange Server in an offline environment
I have an add-in which I am running in an Exchange Server 2019 setup. The setup is completely offline, so I am hosting Office.js assets locally. When I try to open an Office.js dialog, the 'X' close button at the top right corner of the dialog box is…
Exchange | Exchange Server | Development
550 5.7.54 SMTP; Unable to relay recipient in non-accepted domain Error
Hello everyone and thanks for the help in advance. I am developing a C# .Net 9 Windows Application that uses the SmtpClient to send emails. I have an on premises Exchange Server 2019 that I want the application to connect to for sending emails. I…
Exchange | Exchange Server | Development
How do I use all the features of outlook classic including calendars and tasks with a non outlook email?
I Have a non-outlook email address, for example, a gmail or a domain linked to my business. I want to use the old Outlook classic as I can make bespoke forms in tasks. The problem is, my email address won't allow sync to occur and says (next to calendar…
Exchange | Exchange Server | Development
How to configure Exchange Server 2019 for hybrid deployment with Office 365?
How to configure Exchange Server 2019 for hybrid deployment with Office 365? Body: Hello, I am setting up an Exchange Server 2019 environment and want to configure a hybrid deployment with Office 365. Could you please guide me through the key steps for…
Exchange | Exchange Server | Development
Office.js add-ins process an email twice after undo-ing mail send and sending again
I have an Office.js on-send add-in, which I am running in an Exchange server. I have enabled the "Undo send" option in user settings. When I send the mail, the mail gets processed by my add-in. The issue is that if I undo the send of that…
Exchange | Exchange Server | Development
Unable to Add Exchange Server to DAG – Cluster Join Timeout & ReplServiceNotRunningOnNode Errors
Hi Expertise, I’m encountering issues while attempting to add a newly deployed mailbox server to an existing DAG in our Exchange Server 2016 on-premises environment. Below is a detailed overview of our environment and the problem scenario. Environment…
Exchange | Exchange Server | Development
How to trace Exchange Actionable Message Action.Execute
We're setting up Actionable Messages for the corporate. While being able to deliver and view actionable emails, the Action.Execute doesn't hit the target url(s). A while ago it was still possible to use the Action.Http where you could set the URL as a…
Exchange | Exchange Server | Development
Active directory server <FQDN> is not available. Error message: Active directory response: A local error occurred. caused DC replication issue.
Windows DC replication error Hi, is anyone able to help me with an issue regarding DC replication? I believe the problem started after restoring snapshots on ESXi. I was troubleshooting our on-premise Exchange mailbox and attempted to restore snapshots…
Exchange | Exchange Server | Development
Exchange Server migration problem
We are approaching for Exchange server migration from EX2016 to EX2019. Both environment applied for the latest CU. One question is when user are migrate from EX2016, once migration complete, their desktop will continuously prompt the login…
Exchange | Exchange Server | Development
What API requirement set does Exchange SE Support?
What API requirement set does Exchange SE Support? Does it just match Exchange 2019 or is there an improvement?
Exchange | Exchange Server | Development
Connect-OrganizationAddInService using Entra ServicePrincipal ID
I am trying to find if someone has successfully done this, basically automatize the deployment of an Add-in to Office 365 Client Secret: "1111111111111111111" (This is a secret that should be protected and not shown, I am having a look how to…
Exchange Online
Exchange | Exchange Server | Development
Windows for business | Windows Server | User experience | PowerShell
schema upgrade
Hi all, I am using an Exchange 2016 hybrid environment, and my Exchange 2016 server is running the latest Cumulative Update (CU). Since Microsoft does not support an in-place upgrade from Exchange 2016 to Exchange 2019, I plan to set up a new Exchange…
Exchange | Exchange Server | Development
/DoNotEnableEP parameter not recognised when install CU14 (Exchange 2019)
Hi All, I have a similar question: when I run Setup.exe /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF /Mode:Upgrade /DonotEnableEP on Exchange 2019 CU14, it comes back with an error saying it does not recognise the /DonotEnableEP parameter. I have…
Exchange | Exchange Server | Development
Config MetaCached DB not working on Exchange 2019
Hi I'm configuring metacache databases on our new Exchange 2019 servers. We've got 2 seperate disks available for them. I used the official Microsoft documentation, but it seems to be missing some important…
Exchange | Exchange Server | Development
Exchange Server 2019
Hi All, I am currently using Exchange Server 2016 and planning to upgrade to Exchange Server 2019. My existing environment consists of two Exchange 2016 servers (Server01 and Server02). I have provisioned two new Exchange 2019 servers (Server03 and…
Exchange | Exchange Server | Development
Exchange 2019 Outgoing mail to gmail failure due to SPF record error
Dear Sir, Customer has an Exchange 2019 organization with 2 Exchange servers (Server name: Ex1 & Ex2) in 1 organization. Email has only 1 domain: domain1.com. They encountered an SPF return error message when the send out email outgoing from ex2…
Exchange | Exchange Server | Development
VM SKU type for exchange
Hi All I am currently using an Exchange 2016 Hybrid environment, with the Exchange 2016 VMs hosted on Azure (VM SKU: D8s v3). I am planning to migrate to Exchange 2019 by provisioning new Exchange 2019 servers and decommissioning the existing Exchange…
Exchange | Exchange Server | Development
Email delivery status notification with MailKit/Mimekit
Hello, We are successfully sending emails to our partner organization, which is hosted on Office 365. The partner has configured an incoming Mail Flow Connector and corresponding rule to allow emails from our domain. We're using MailKit within our .NET…