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
64
votes
6 answers

A fatal error occurred while creating a TLS client credential. The internal error state is 10013

Recently deployed a Windows 2016 Standard Server, with Active Directory and Exchange 2016. We have disabled SSL 1.0, 2.0 and 3.0 for both Server and Client, and have disabled TLS 1.0 and TLS 1.1. We are repeatedly getting the following entry in…
neildt
  • 5,101
  • 10
  • 56
  • 107
9
votes
1 answer

Can we connect to Exchange 2016 using EWS Managed API?

I am using EWS Managed API 2.2 and it does not show the Exchange version 2016 in its enumeration. I can see the versions upto Exchange 2013. So how can I connect to Exchange Server 2016? Is the API, yet to be updated from Microsoft or do I need to…
8
votes
2 answers

Does Exchange Server (in-house) suppport REST API?

This document that applies to Exchange Server suggests that the bulk of API / Web Services is SOAP based: https://msdn.microsoft.com/en-us/library/office/dd877012(v=exchg.150).aspx However i see that Office 365 (which i assume is cloud based)…
4
votes
1 answer

Can we connect to Exchange 2016 using EWS Java API ver 2.0 jar?

I am using EWS Java API ver 2.0 jar and does not have the Enum value Exchange 2016. Would it be still fine to connect Exchange Server 2016?
4
votes
1 answer

Name of Version property in ServerVersionInfo element for Exchange Server 2016?

With Exchange Server 2016 being available for some time (as of 15. March it's at 2016 CU1), I want to properly detect the Version that gets returned in the SOAP header of each Exchange Web Services response message:
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
3
votes
1 answer

Exchange 2016 on-premise mailbox access using Graph API (Hybrid Setup)

I have a mailbox in on prem exchange server (which is in hybrid mode) abc@onprem.com and i am trying to access this via graph api (/messages). This works perfectly if i do this in graph explorer, but fails when i do via implementation. Required…
3
votes
0 answers

Calendar REST API for on-premise exchange 2016 (No hybrid)

I have been using Calendar Rest API for office 365 and from the documentation it seems that there are no plans of introducing these API's for an non-hybrid On-Premise Exchange…
2
votes
1 answer

MS Graph API return errors for Hybrid integration only on some IPs

We have an application that uses MS Graph API to integrate with our customer's email/calendar. One of the customers (Customer A) with the Hybrid setup, have reported issues. All the users suddenly got email integration not working. We have performed…
2
votes
1 answer

Microsoft Graph API : Restrict scope of calendar.readWrite and Audit mailbox access by Application Permission

We are using AD deployed Daemon applications that have full read/write access to user's calendar in office 365 to get meeting notifications from Graph API. We have moved away from EWS because of constant issues and MS depreciating its use. There…
2
votes
1 answer

Automation of mailbox and Active Directory account creation

We are looking at trying to automate the creation of Exchange 2016 mailboxes and the associated Active Directory 2012 R2 account when a new person joins our organisation and they are entered onto our personnel system, written in VB.Net. Currently…
2
votes
0 answers

How to get What version of Microsoft Exchange Server was used for a given Exchange database(EDB file only)?

I have a Microsoft exchange database file(.edb file). I don't remember what version of microsoft exchange server was used in order to create the database file. Need help.
2
votes
0 answers

Errors during Autodiscover procedure on Microsoft Exchange 2016

I am working on IP phone software which connects to Microsoft Exchange Server via autodiscover procedure and works with Exchange data. I am using Microsoft Exchange Server 2016. At the present moment I have a problem with figuring out on which URL…
2
votes
1 answer

Create an Exchange 2016 Mailbox with c# without powershell

I know that there are multiple topics on how to create a mailbox using c# and powershell. Most of them are about 5 years old and use Exchange 2010. Now in 2016 using Exchange 2016, is powershell still the preferred way to create (or change oder…
user3838018
  • 305
  • 3
  • 14
2
votes
1 answer

Installing AD and MSExchange 2016 in AWS EC2

I am trying to install an MSExchange 2016 in an EC2 instance from scratch without success. By from scratch, I mean I start from a new EC2 instance without any AD yet installed. I am not very familial with Windows Server. I got a lot of problem…
1
vote
1 answer

Error at Sending an email with attachments by ews - ServiceResponseException - The operation can't be performed because the item is out of date

we send emails with attachments by the ews-service with the follwing code... EmailMessage message = new EmailMessage(ExchangeServiceController); EmailAddress sender = new EmailAddress { MailboxType = MailboxType.Mailbox, Address =…
1
2 3 4 5