Relative Content

Tag Archive for exchangewebservices

Autodiscovery failure

We are using exchange web service to read emails from journaling mailbox.
We have two domain say domain1 and domain2 , with one way trust.
Domain1 can have access to domain2.
Now journaling mailbox is on domain2 and [email protected] mailbox is read by [email protected] using linkedmailbox account and exchange web service api.
We are using c# code
_ExchangeService.AutodiscoverUrl(SmtpAddress); we are using exchanges server 2014
here SmtpAddress is [email protected].
Code was working absolutely hassle free for almost more than decade. Now last month suddenly we got Autosicovery service failure. After investigation we observed that after getting windows patches, somehow writes of [email protected] got vanished from journaling mailbox, it was showing sid instead of name in linkedmailbox property.
We again gave rights on linked mailbox and restarted domain controllers of domain2.
This time problem got solved.
Again this month after patches rights were gone and even after repeating the above process, we are still seeing sid of [email protected] instead of its name in linkedmailbox account property.

What is the Syntax of Filter in OData query Message Trace API

I’m trying to build a URL that fetches a message trace with [email protected] as a recipient between the dates of “2023-08-09′ and ‘2023-08-11’ and I want it to filter on the Subject,Status,RecipientAddress,SenderAddress,Received .

EWS: FindItem returns ErrorNonExistentMailbox for Contacts folder

Our application uses EWS to backup Exchange mailboxes (including Office 365 mailboxes).
The application uses OAth2 authentication and requires an account with Exchange administrator role to authenticate. The application gets a list of mailboxes and gets a full access for the admin account to a particular mailbox using cmdlets of Exchange Online Management module.

Getting 500 from EWS API

I am trying to connect to exchange web server APIs from java. I want to configure the mail flow rules. This is the code I am using –