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 2013 Transport Agent Sending Separate Email for Internal Vs External Recipients

We are currently going through a proof of concept creating a Transport Agent that is derived from the Microsoft.Exchange.Data.Transport.Routing.RoutingAgent. We use the OnResolvedMessage event to reroute emails to our external Email server (non…
0
votes
0 answers

Exchange server cannot connect to remote host

I have installed a Microsoft Exchange 2013 server on a Windows Server 2008 R2 SP1 machine. I've installed both Mailbox and Client Access roles. All the prerequisites have been installed. I found a "fix" for this problem…
0
votes
1 answer

How can I make free/busy information available across Calendar server, Google apps and Exchange?

As some background, my company is currently using an Apple Calendar server, some Exchange servers and a Google Apps subscription to provide calendaring for different parts of the organization. I've been tasked with providing free/busy access across…
0
votes
1 answer

Create MAPI profile for Exchange 2013 using MFCMAPI & MAPICDO

I'm posting this in the hope it may help others. We have been trying to create a MAPI email profile on a Windows 2008 R2 server to connect to Exchange 2013. Most posts and links will take you to the home page of MFCMAPI which is a great resource. We…
Sir Swears-a-lot
  • 402
  • 7
  • 20
0
votes
2 answers

Unknown user name or bad password when using Kerberos authentication

I have installed Exchange Server 2013 on a Windows Server 2012 machine. When I try to establish a remote PowerShell connection, using this command with Kerberos authentication: $exchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange…
0
votes
2 answers

Limit of UPN in Active Directory Windows Server 2012 r2

What is limit of UPN suffix in windows server 2012? And Limit is based on one organization unit (OU) or overall?
0
votes
2 answers

Exchange 2013 Trying to copy Global Address Book GAL to ALL users so it shows on Android and IOS offline

My final goal is to have the below code find and run against all users in the domain without manually entering each one but I don't know how. I would then put the script in task scheduler. Here is the story and information behind this in case is…
Fixitrod
  • 125
  • 1
  • 2
  • 10
0
votes
1 answer

winsock error code 10060 exchange 2013

I just setup an exchange 2013 server, and have an intenret send connector using my mx records, no smarthost, i have cu9 installed, but am getting an error in my exchange quque error encountered while communicating with primary target ip address:…
0
votes
2 answers

Cannot retrieve any room list from Exchg 2013 with c#

My exchange services works. I can see all rooms by Outlook and Can see all rooms through Powershell. But with this snippet I cannot retrieve any room ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2013_SP1); …
hello B
  • 891
  • 5
  • 18
  • 41
0
votes
1 answer

ActiveSync Co-existence failing

I have a multi-tennant Exchange environment and am working on a migration from Exchange 2007 to 2013. I am having trouble with ActiveSync for mailboxes on 2007, through my 2013 CAS. Here is what my environment looks like: Internet-facing Exchange…
StackExchangeGuy
  • 741
  • 16
  • 36
0
votes
1 answer

Exchange server 2013 connection with java

I'm trying to connect to Exchange server 2013 using java 7. The problem is when I try to set Exchange version ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP1);, 2007 & 2010 is the only options available. Note that I'm…
0
votes
1 answer

Exchange 2013 restring emails sent per day

In Exchange 2013 is there a way to restrict the amount of emails sent per day? I want to make sure nobody is sending spam mail to 1000s of recipients at the time. Thanks in advance
Ren-Heok
  • 67
  • 1
  • 1
  • 11
0
votes
1 answer

Add an appointment in Exchange Server by using Exchange Web Services Api 2.0 and Java

I want to add a new appointment in my Exchange server 2013 by using Java and Exchange Web Services Api 2.0. But I always have this exception : Exception in thread "main" microsoft.exchange.webservices.data.ServiceRequestException: The request…
0
votes
2 answers

How do I get the itemID for a contact given I have an calendar appointment?

How do we show the pictures of the requried and optional attendees in an appointment? According to the documentation it should be possible retrive the photos with this method (MSDN): private static void GetContactPhoto(ExchangeService service,…
0
votes
1 answer

EWS: unexpected SOAP validation error from Exchange 2013

I make a request with JAX-WS: GetItemType itemRequest = new GetItemType() .withItemShape(new ItemResponseShapeType() .withBaseShape(DefaultShapeNamesType.ID_ONLY) .withAdditionalProperties(new NonEmptyArrayOfPathsToElementType() …
1 2 3
8 9