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
1
vote
1 answer

Get User Photo from Exchange server using PHP CURL

I am trying to get user profile picture located in Microsoft Exchange Server [version 2013]. I can see the picture using below url [Example]…
FateWell
  • 45
  • 9
1
vote
1 answer

Delete emails from EWS ExchangeVersion.Exchange2013 vs 2010

My test code works with deleting emails using the ExchangeVersion.Exchange2010 as shown below. var finalsearchFilter = new SearchFilter.SearchFilterCollection(LogicalOperator.And) { new…
1
vote
2 answers

How to obtain the ID of the origin inbox by the mail item?

Is there a way to obtain a (unique) inbox id by the mail item, maybe over one of the mailitem properties: https://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.mailitem_properties.aspx I have in my Outlook 2010 a mail that was…
1
vote
1 answer

Accessing Exchange server 2013 with PHP

I need to download attachements from an email account on a MS Exchange server 2013. I found this PHP Exchange Web Services howver before starting to fiddle with it, I would like to know if someone succesfully had made it work with the 2013 version…
flaggalagga
  • 451
  • 5
  • 14
1
vote
2 answers

Max number of UPN suffixes 2012 R2 Forest

Is there an upper limit to the number of alternate UPN Suffixes that can be defined at the forest root of a Windows 2012 R2 native active directory? I read somewhere that Windows 2000 forest limit = 863, Windows 2003 forest limit = 1300. The reason…
1
vote
0 answers

Automatic mailbox getting created in database which is excluded from provisioning

I am trying to create an automatic mailbox from my application I am not passing any database parameter in enable-mailbox cmdlet but the mailboxes are getting created in a database which has been excluded from provisioning. The Mailbox Resources…
1
vote
0 answers

Add New Domain in Windows Exchange Server 2013 With PHP

I am using windows exchange server 2013 on windows server 2012.I am using PHP api reference: PHP Exchange Web Services My project requirement is: register domain/email online with PHP api verify domain if exists then register a new domain/email. i…
Abdul Rafay
  • 787
  • 6
  • 21
1
vote
0 answers

Creation of mailbox in Microsoft Exchange server 2013 using C#

I am trying to create a mailbox in Exchange server 2013 using C# Using this Reference I created a console application to create a mail box. Initially I created Active Directory , using the credintials I tried to create mail box. but the below…
Pintu Paul
  • 389
  • 3
  • 18
1
vote
1 answer

How to get the e-mail header in Outlook App

How to get the e-mail header from an Office Mail App (the purpose of the app is to display some of the information found in the header)? I have failed to find any useful docs or sample on this. As the e-mail header I mean the text which looks like…
alik
  • 2,244
  • 3
  • 31
  • 44
1
vote
1 answer

MAPI Profile creation problems to connect exchange server 2013

I am working on to create MAPI profile programatically to connect Exchange Server 2013. But in exchange server 2013 due to some advanced settings [outlook anywhere] i need to add some additional properties as described in the below aricle. MSDN…
1
vote
3 answers

"MAPI_E_FAILONEPROVIDER (0x8004011D)" error message. When i am trying to access an Exchange Server 2013 mailbox by using a MFCMAPI utility.

I have installed Exchange server version 2013. Then I tried to create and connect to the server using MFCMAPI tool manually. While login to the message store it throws the following error "Error: Code: MAPI_E_FAILONEPROVIDER == 0x8004011D Function…
user3556421
  • 11
  • 1
  • 3
1
vote
1 answer

Is mailbox a PublicFolder

I have next issue: i have edb file(Exchange Server 2013), and i can get mailbox guids from it. One of mailbox is PublicFolder mailbox. It's impossible to find out if mailbox is PF, or just simple user's mailbox. I already have functionality to get…
0
votes
0 answers

Add-DistributionGroupMember/Remove-DistributionGroupMember is not recognized from Managed Code Base

New to Exchange Management. Our .NET Web App is hosted in IIS. IIS Application Pool Identity is having permissions to establish the connection. Before Migration: Exchange Management Shell 2013 , Windows Server 2012. After Migration: Exchange…
0
votes
1 answer

Persist Exchange Server 2019 Connection

New to Exchange Management. Our .NET Web App is hosted in IIS. Our application is interacting with Exchange Server through PowerShell Commands. We were using Exchange Management Shell 2013 in Windows Server 2012 and currently migrated to Windows…
0
votes
1 answer

How to connect to Exchange server EWS via Postman?

My question is basically the same as gh0st's at How do I query Exchange EWS with Postman? of 2019. I want to reiterate it since it was not answered yet. We have organizational Exchange server 2013 which I can connect from .NET Core 6.0 application…
1 2
3
8 9