Questions tagged [microsoft-exchange]

Questions about Microsoft Exchange Server and mail & calendar sync. This tag should be used in conjunction with [exchange-server] tag.

Microsoft Exchange is Mail and Calendar Server developed by Microsoft. Microsoft Exchange Server manages all email communication within the organisation.

87 questions
1
vote
1 answer

what does it mean "transaction log data replay into database" for MS Exchange server

I am new to MS Exchange DAG. what does it mean "transaction log data replay into database" for MS Exchange server?
Amartya
  • 29
  • 3
1
vote
1 answer

The caller has not assigned any of the RBAC roles requested in the management role header

I am trying to access the Exchange mail boxes via Exhange webservice. A user 'abc' has right to access the Exchange mailbox. I can create folder,read and send email from the mailbox of user 'abc'. But When I try to search for another mailbox 'def'…
mzh
  • 515
  • 8
  • 21
1
vote
0 answers

How to Sync Microsoft Exchange account in ios

How to sync Microsoft Exchange Account, using Exchange Web Services in iOS app. Its discussed here: I tried this - http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/OUC-B304#fbid= Tried this so far - func connectToServer() -> Bool { …
Amar Patil
  • 11
  • 2
1
vote
0 answers

getting error like "Connection did not succeed. Try again later". using Microsoft.Exchange with delegates and Impersonation

below Useexchangeservice method used for connect mail server and getting mail from server but its showing error like "Connection did not succeed. Try again later". static void UseExchangeService() { string userEmailAddress =…
1
vote
2 answers

Microsoft Graph returns 403 Forbidden on a second attempt to create a subscribtion

I did manage to subscribe to Microsoft Graph push notifications for one time for the following resources: me/calendars; me/calendars/{id}/events However, when I try to do the same now, I get: 403 Forbidden…
1
vote
1 answer

How to connect to a Microsoft Exchange server using Anypoint Studio?

I am trying to create a flow that can access the Inbox of a given Microsoft Exchange account by using Anypoint Studio. Microsoft Exchange uses MAPI protocol and Anypoint Studio has POP3 and IMAP endpoints available but does not have a MAPI…
1
vote
0 answers

EWS java - Specify the time zone when instantiate the ExchangeService object?

I'm using ews-java-api-2.0.jar in my project. I want to specify EST zone. How this can be done in java api? Something like this. ExchangeService service = new ExchangeService(TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time"));
Lucky
  • 783
  • 2
  • 10
  • 28
1
vote
1 answer

Microsoft.Exchange.WebServices : Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host

I am trying to save email on office 365 using Microsoft.Exchange.WebServices.dll (EWS Apis) EmailMessage f_ObjEWSMail = new EmailMessage(objExchangeService); f_ObjEWSMail.Save(p_objFoderID); // Throwing error here It throws exception…
0
votes
0 answers

Connecting Node js mail listener to IMAP error ("Error: LOGIN failed" when Initializing the Listener)

I'm facing an issue with an email listener in my Node.js application. The email listener was working fine, but suddenly I started encountering an error: LOGIN failed." The email listener is set up to connect to a Microsoft Exchange IMAP server and…
0
votes
0 answers

Microsoft Exchange Server 2016(Console) error: Server Error in '/ecp' Application

The ECP login page works but after a successful login we get following error. Any suggestions? Server Error in '/ecp' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the…
0
votes
0 answers

Take mails of all users in my microsoft exchange Workspace

Hi i'm admin in a microsoft exchange workspace and i want to get all mails of the users of this workspace! i found this approach to extract the data, but, is there a possibility to not pass the admin password? instead we can pass like generated…
0
votes
1 answer

How to Get ToDo Task List sharings and Task Groups from Exchange with EWS?

Is it possible to get the permissions on a shared task list with EWS or Graph API? Also, how to get the Task Groups via API?
0
votes
0 answers

Debugging com object called from EdgeTransport.exe

I am trying to debug a com object that was hooked into the edge transport. I added the pdb file for my com object and trying to debug using the attach process from visual studio. But the breakpoint is never working. I tried to change the type of…
Antoun
  • 135
  • 7
0
votes
1 answer

Which O-Auth Flow to choose with .Net Core Server which will send (MS Exchange) mails even when no user is logged in

Hey I am overwhelmed with the different oauth flow types. I want to create an Webserver which can send mails even when no user is logged in. There will be an public available Website on which some actions might lead to an request to the server to…
0
votes
0 answers

Creating a power automate cloud flow trigger when a Microsoft Exchange email comes

Power automate cloud flow does not have a trigger to fire when an email comes to Microsoft Exchange. Is there a work around for this? I was looking for templates but there aren't any for this.
Deborah
  • 11
  • 2