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
9
votes
2 answers

"Access Is Denied" error when attempting to remote to Exchange server on localhost

I am attempting to establish a PowerShell session to run several Exchange commands against an Exchange server on the localhost. I keep getting the following error: New-PSSession : [] Connecting to remote server failed with the…
7
votes
1 answer

Unable to load MimeContent via EWS in Exchange Server 2013

I have a problem with loading MimeContent property using EWS with Exchange Server 2013. Here's what I do: var propertySet = new PropertySet{ ItemSchema.Subject, ItemSchema.TextBody, ItemSchema.DateTimeCreated, …
4
votes
4 answers

The server response was: 4.7.0 Temporary server error. Please try again later. PRX3

I just setup an Exchange 2013 server hosted on the same machine as the Active Domain Controller. I tested the connectivity of the server , I found that the mailbox can only send email to external mailbox however it can't receive any mail either from…
bcw
  • 59
  • 1
  • 1
  • 5
3
votes
1 answer

Give NetworkService (Domain\ComputerName$) permissions to access Exchange Server

We have a client running an intranet application with the app pool identity set up as NetworkService. This means the app will present itself to other services as Domain\ComputerName$ user. There is a shared mailbox set up on Exchange 2013. The…
Jacek Glen
  • 1,506
  • 12
  • 14
2
votes
2 answers

Prevent Exchange 2013 from converting message body text/plain to HTML

I'm using MailKit v2.8 to parse data out of emails in using IMAP to connect to a Microsoft Exchange 2013 account. The body of messages being sent to my Exchange inbox will be "text/plain" 100% of the time. This process works completely fine for new…
2
votes
2 answers

ExchangeVersion for MS exchange server 2013 not found

In order to monitor an e-mail account on an MS exchange server 2013 , I am using ews-java-api version 2.0. I am facing one problem with this api. The status of the source code in GitHub says that the api is outdated. In fact, the source code of the…
ecdhe
  • 421
  • 4
  • 17
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
3 answers

Read out of office from exchange server for other users C#

I am trying to read the Out Of Office status and message from other users in the organization from my c# program. We are running Exchange 2013 on premises. This app is running as an Active Directory account (with it's own exchange mailbox), and I…
Aaron
  • 1,390
  • 1
  • 16
  • 30
2
votes
2 answers

Exchange Server- To Fetch other users' calendar events using Admin account

I have a requirement like I need to fetch all the users calendar events using an Admin account in Exchange service API.I tried but I am unable to achieve it so Please advise me on this. PFB code for your reference. I am using Exchange server Version…
2
votes
1 answer

Exchange Server 2013 EMail Driver

I have a C# program that connects to my Exchange Server 2010 and is able to read every email. I am using the microsoft.exchange.webservices.dll library. The problem is, that this program gives back the following exception on Exchange Server 2013:…
xileb0
  • 451
  • 2
  • 6
  • 18
2
votes
3 answers

how to get exact user name from get-mobiledevicestatistics in powershell

I have a small script to get all user mobile devices info from exchange 2013 server. Get-Mailbox -ResultSize Unlimited | ForEach {Get-MobileDeviceStatistics -Mailbox:$_.Identity} | Select-Object @{label="User" ; expression={$_.Identity}},DeviceOS,…
Root Loop
  • 3,004
  • 9
  • 46
  • 72
2
votes
0 answers

EWS-Managed-Api SearchFilter worked with Exchange-Server-2010 but not working against Exchange-server-2013

We upgraded our Exchange server from 2010 to 2013. We have an application that searches for emails sent to a specific account. This is the search filter SearchFilter sf = new SearchFilter.SearchFilterCollection(LogicalOperator.And, new…
Asher
  • 1,016
  • 1
  • 6
  • 20
2
votes
1 answer

Will a transport agent execute before journaling occurs exchange 2013?

I am currently working on proof of concept for a new system, but it is based on a transport agent executing before journaling takes place. My question is: Will a transport agent that adds text to the subject of all messages occur before the…
2
votes
1 answer

DeleteContent not deleting items correctly/at all

To preface this all, I am running this script in the US against a US mailbox server. The mail that I am wanting to delete is also mail that I have exported to a PST. The mailbox Export uses a ContentFilter while a deleteContent uses a SearchQuery.…
Johnrad
  • 2,637
  • 18
  • 58
  • 98
1
vote
0 answers

Cannot connect to on-premise Exchage Powershell remotelly from Linux

I'm trying connect to my on-premise Exchange 2013 Powershell remotely from Centos 7. I do every steps as in microsoft docs (https://learn.microsoft.com/en-us/powershell/exchange/connect-to-exchange-servers-using-remote-powershell) except chaging…
gorek
  • 11
  • 2
1
2 3
8 9