Office365, FindConversation, ChangeKey="CQAAAA==" for all items??
As the title suggest, see below a snippet for a conversation from the trace for "FindConversation" against Office365.As you can see, the ChangeKey is "CQAAAA==" for all the items (across...
View ArticleConverting Mails to plain text - exchange server 2010
Hello Folks,I have implemented a transport agent to convert all the HTML messages to plain text, the transport agent works fine with all external messages, where i convert the body and change the...
View ArticleHow can I get SMTP address to an organizer with EWS
Is that possible to get SMTP address to an organizer from a response when I have the item of the type CalendarItemType. What I get is name of the mailbox by using...
View ArticleEncountered an internal error in the SSL library
Hi All,We have a C#.net application (developed in Framework v4.0) which uses System.Management.Automation to connect to Office365 and modify CAS Settings of some mailboxes using the Set-CASMailBox...
View ArticleExchange 2013 and OWA 2013 customization
Hi allIn OWA 2013 we try to manage customization in UIExtensions.xml as in previous Exchange 2010 OWA version.Problem is that any new entries in <SmallIconMappings>,...
View ArticleEWS Server url vs ActiveSync-type Server/Domain settings
Hello,Should auto-discover fail, the EWS Server URL needs to be generated, probably with input from the end-user.A user will very likely have no clue what EWS means, let alone EWS Server URL. On the...
View ArticleHow to prevent notification when deleting an appointment EWS?
I'm using the following code to delete items in the "deleted items folder" which all works well. However, when the item is an appointment the members all receive an cancelation notification. How can I...
View ArticleUpdateItemResponse.ReturnedItem is null from Exchange Server
I am able to update the contacts, but I would like to know if with some contact happens a error, to know which ExchId happens the error, but ReturnedItem is null. is it possible to populate this info ?...
View ArticleQuery for only recurring events using Exchange Web Services
Hi,I am trying to fetch only recurring events from a calendar using EWS, but couldn't find a way.I can filter on isRecurring using FindItem, but it's not reliable....
View ArticleAutodiscover works, but getting a 403 (forbidden) error
I am testing my app (currently with the java api) against a user on a corporate account.On office365 , everything worked fine.The funny thing. The autodiscovery was successful, but when I tried to...
View ArticleTNEF format for mails in exchange server
Hello Folks, i have been trying to create a transport agent which change the Body format for internal mails which use the TNEF parts - Internal emails. what i found that the body format changed from...
View Article[Exchange-Online][EWS] - Getting unexpected "has invalid child element...
Problem: I'm trying to use EWS (not the Managed API) to send a FindItem query to Exchange Online. If I don't include a QueryString element, then I can retrieve all of the items in the designated...
View ArticleEWS (1.1.5) Exchange 2010 Webservice Failing - Connecion reset issue - post...
Team - we are facing "Connection reset" issue after disabling the SSL V3 on the Exchange Server. Below is the log trace. Any help or pointer to resolve this would be much...
View Article[E2010] [EWS] [C#] [Windows] Unable to connect to EWS as unprivileged user
Exchange Version: 2010 SP2API Name: Exchange WebservicesAPI Version: 2.0IDE: Visual Studio 2013Hello,I'm working on a C# application which has to connect to our Exchange Web Services and do some things...
View ArticleEWS API 2.0 throws "TimeZoneConversionException" when trying to save...
I am trying to save an email from my mailbox .eml file (as a byte array into a SQL database).However when running the following line of code, a 'TimeZoneConversionException' is thrown.email.Load(new...
View Article401 error when trying to connect to Office 365 mailbox using EWS Managed API 2.2
Hi,I am having a problem accessing a mailbox on Office 365 through an Azure worker role application using EWS Managed API 2.2. This is the error message that I get:The request failed. The remote...
View ArticleExport| Import emails & other items to another exchange server 2013
Hi,We want to copy a mailbox from one exchange 2007|2010 server to another exchange 2013 server using EWS API, and found that we can use Export | Import EWS function.We have looked into this article by...
View ArticleEWS and Capacity
Hi,Is it possible to retrieve the capacity of a room via EWS? Microsoft Certified Solutions Developer - Windows Store Apps Using C#
View ArticleEWS Search Filters - Attachments
Good morning,I'm using EWS to search for a specific attachment in a user mailbox, using the following code:sharedServiceAccess = new ExchangeService(ExchangeVersion.Exchange2010_SP1);//.... ItemView...
View ArticleAdvanced Search API for Exchange not giving proper results
Hi ,I have written a code to find out the number of mails recieved during a time period in a certain folder. I am using Application.AdvancedMethod search to get the output.Below is the filter passed to...
View Article