Exchange server 2010 backup fails
My exchange server backup keep failingthe exchange server 2010 two node dagnetbackup 7.6I have contacted Symantec support. They believed it's Exchange server problem as "Vssadin list writers"show...
View ArticleConnect to outlook.com mailbox via EWS API
Hi guys,Can you tell me if it is possible to connect to a outlook.com mailbox via the EWS API.I can connect to my office 365 company account via the API, but not the outlook.com account.I have enabled...
View ArticleWorking with attachments in EWS
Hello All,I am currently working with attachments using ews. I am able send mail with multiple attachment and also able to download single attachment. Now I have following things needs to be...
View ArticleGet OAB OfflineABSchedule value
Dear All,I would like to ask this question. How to get get OAB offlineABSchedule value by LDAP in powershell? actually, I have been implementation this feature in C# code. Now, I don't know how to...
View ArticleContacts are created getting created only in root folder
Even though I specify the subfolder ID where a new contact should be created using Office65 REST API, the contacts are getting created in Contacts root folder.This is the url that is built by my...
View Article"Birthday" field value gives one day less when pulled using REST APIs
When a contact record is pulled using REST API, for "Birthday" field the value will be in date/time format ex: 2015-01-02T18:30:00Z even though the date configured in Office365 is "2015-01-03".Is this...
View ArticleEWS Manage Api Exchange Online TokenCredentials always returning 401
Hi,Im trying to get acces to Exchange Online with the EWS manage api 2.2 and Im trying using this ExchangeService service = new ExchangeService(); service.TraceEnabled = true; service.Url = new...
View ArticleOutlook APIs for getting meeting room details whether room is booked or not
Hi,I want to know is there any Outlook APIs for getting meeting room details that who have booked the particular room for the whole day. I need get such details through APIs like, 1.)Meeting room is...
View ArticleGet appointments for every room
There's any way to get all the appointments of each room? With EWS I have only found how to do this with the appointments of each calendar but i haven't found how to do it for get all the appointments...
View Article[E15 TransportAgent] OnRcptCommand hook trigger point
Platform: exchange 2013We implemented a transport agent hook on OnRcptCommand hook point , which explained in Microsoft document , will be triggered when exchange server received RCPT command....
View ArticleHow to assign Tasks to other users using Exchange Web Service.
How to assign Tasks to other users using Exchange Web Service. Any workaround also would help
View ArticleHow to Convert OST to PST File
Im trying to create an app that converts an .ost file to .pst. An .ost file is a Microsoft Exchange email file and in order to read an .ost file offline you need it to be converted to .pst.
View ArticleEWS + Async/Await
Hi! I am currently migrating a .NET Windows Service to use the async/await pattern. The service is polling the Microsoft Exchange Server a lot via the use of Exchange Web Services Managed API. Since...
View ArticleExchange Server 2013 Missing file on ISO install Error Code 1603
Hi all, a mystery needs solving any suggestions much appreciated:We are trying to install Exchange Server 2013 on Windows 2012 server.The ISO File being used is:...
View ArticleMicrosoft.Exchange.WebServices.Data.ServiceResponseException : The specified...
In office365, I am trying to access conversation history folder of another user using EWS api.The user that is trying to access has full access rights of the mailbox . If i connect to the mailbox using...
View ArticleIs it possible read the Inbox Email inside the Tasks list with EWS API?
Hi everyone,I'm using the EWS API to read the email from INBOX folder and the tasks from the TASKS folder.But... in outlook desktop and web it's possible to "mark" an email and see that inside the...
View ArticleActive sync sendMail command throws 103 status code
Here is my post request data :<?xml version=\"1.0\" encoding=\"utf-8\"?> <SendMail xmlns=\"ComposeMail\"> <ClientId>%d</ClientId> <SaveInSentItems/>...
View ArticleHow to get an x-header from an email message using EWS managed API
I'm using Exchange 2010 SP1 (in case it has a know bug that I'm not aware of).Everything I've read so far leads me to believe that all I need to do to get an x-header value from an email is something...
View ArticleLogin Time between users is taking too long to authenticate
Hi ,I'm using EWS API 2.2 to interact with Exchange 2013.I have several users on my exchange server and I've noticed that every time I tried to login it is taking too long between my users.I have a...
View Articlesize to MB
I am having a problem with a script.If I doget-mailboxstatistics -id xxx| select itemcount, totalitemsizeI get the correct answers (i.e. no of items and the mailbox size in KB)I want to display the...
View Article