Questions tagged [exchange-server-2013]

Microsoft released the (RTM) milestone for Exchange Server 2016 on December 3, 2012.

Microsoft Exchange Server 2013

Use this tag if you intend to refer specifically to the 2013 version of Exchange server. If you have reason to believe your question refers to exchange server in parallel, use exchange-server instead.

123 questions
0
votes
1 answer

Exchange Server Distribution List

I have created a distribution list in exchange that allow certain people from my company to receive emails from a particular email address. An example would be if you send an email to "blank@esi.com" then the people added to the distribution list…
Bennu
  • 1
  • 1
0
votes
1 answer

Exchange 2013 NDR issue for not existed user in a mailing list

I have an Exchange 2013 server. Faced with a strange issue of email delivery what I can not solve. Exchange is rejecting email if one of the recipients is not exist in a domain Email will be rejected totally and sender will receive NDR for not…
0
votes
0 answers

EWS Exception using Appointment.bind(...)

I'm using com.microsoft.ews-java-api:ews-java-api:2.0 to create and update appointments in a MS Exchange calendar. Both are working fine on my test environment. On the customers environment (different exchange server) creating the appointment works…
Stefan
  • 452
  • 4
  • 13
0
votes
1 answer

How to make ExtendedProperty on existing item visible in headers?

I'm using EWS to interact with Exchange. When I find an incoming email I set a custom extended property on that message to correlate with an ID in my database. That property is saved to exchange and I can retrieve the value later when querying…
Rory
  • 40,559
  • 52
  • 175
  • 261
0
votes
1 answer

Running a Exchange 2013 script through PowerShell

I am trying to setup a script to run with scheduled task each night for Exchange 2013. I have created a .ps1 that runs the exchange cmdlet and then the script that I want ran follows. The issues that I am having it that the script is not running…
0
votes
1 answer

How to send mail via Exchange Server 2013 on Rails 2.1.1?

We have an old application that we built 6 years ago. We get this error "504 5.7.4 Unrecognized authentication type" after we upgrade our mail server from Exchange Server 2007 into Exchange Server 2013. Is there anyway to solve this error without…
0
votes
2 answers

EWS managed API SearchMailboxes generates exception on production server with ServiceXmlDeserializationException

I'm having a serious issue with EWS managed API and though I published an issue on github for this project, I didn't received any feedback and this is why I really hope that here is someone who can point me in the right direction (last week I had…
Edi
  • 660
  • 9
  • 22
0
votes
1 answer

In which role should an Exchange 2013 user should be to be able to bind to someone elses inbox items?

I'm writing a .NET application using EWS Managed API to access an Exchange 2013 SP1 server. Right now I have the following issue: I have an user which is able to search successfully through mailboxes but that user is not able to retrieve an item…
0
votes
1 answer

Basic and NTLM Authentications on EWS

Is it possible to use both Basic and NTLM Authentications on EWS? I have read here https://msdn.microsoft.com/en-us/library/office/dn626019(v=exchg.150).aspx#sectionSection2 that it is not possible. Not that I am questioning msdn, but does not…
0
votes
1 answer

EWS request fails because not Internet

I am calling EWS service on internal network which has not access to Internet. I can open EWS url with browser and verify that it is up an running. But when I try to send the SOAP request.
eomeroff
  • 9,599
  • 30
  • 97
  • 138
0
votes
1 answer

List of Active Directory users who do not have a Exchange 2013 mailbox

We delete users through Exchange 2013 which leaves behind the user account in Active Directory. Using a PowerShell snippet, how can I get a list of Active Directory users who do not have a Exchange 2013 mailbox? i.e. Active Directory users that need…
0
votes
1 answer

Why differs the ICalUid in length?

I'm having an application which keeps track of appointments in Exchange using the EWS API. Using the property .ItemId is bad, because though it's unique, it's likely to change (Exchange web services: why is ItemId not constant? [continued]). For…
0
votes
2 answers

Create exchange mailbox in c#

I want to create Mailbox in exchange server 2013 using c# . I tried lots of codes but each one gets an error that there is no obvious solution to solve it. my code is public static Boolean CreateUser(string FirstName, string LastName, string…
unos baghaii
  • 2,539
  • 4
  • 25
  • 42
0
votes
1 answer

OAuth2 for Exchange server 2013, 2016 and Office 365

Can anyone help me on how do I connect to Exchange server (need to connect to 2013, 2016 and Office 365 based on the user account) and get the emails of a User in that Exchange server via OAuth2? I have gone through few articles describing it Here…
0
votes
1 answer

Connect to Exchange 2013 with powershell while disconnected from network

I have restored a version of my exchange 2013 server to a virtual machine. I want to do some work with it but I don't want to bring it online. When I try to connect to it with powershell it gives me errors like: WinRM cannot process the request.…
donL
  • 1,290
  • 3
  • 13
  • 37
1 2 3
8 9