App for setting up Exchange in Office365
I would like to build an app which can set settings for an Office 365 tenant such as Outbound Connectors, Connection Filters, Rules. I already know how to perform these task using PowerShell. I would...
View ArticleReading Inbox without account
Hi,I am creating a windows service that is reading different inboxes. To read them I use this (abbreviated) code: ItemView view = new ItemView(100);string mailbox = "user1@domain.com";ExchangeService...
View ArticleExchange 2013 Mail flow rule using RegEx
We're trying to implement a rule on certain mailboxes that it shouldn't accept an email without a subject. I found documentation from Microsoft on exchange 2010 to Configure a Transport Rule for...
View ArticleEWS Managed API: update email with 10M attachment got recv time out exception
I tried to use EWS managed api to update email item by adding a more than 10M attachmentitem.update() it take some time to update email body, but attachment updates failed because of timeout ?my...
View ArticleExchange 2013 CAS proxying
Hello,We have Exchange 2013/2010 environment(coexistence). 2 CAS and 2 MBX( in DAG) servers for every Exchange version. One AD site.1. Ex 2013 CAS servers are published to the Internet. As mail...
View ArticlePassword prompt incorrect on phone or exchange not avaliable sometimes
Hi On iphone/ipad and android phone, password keeps on prompting after phone went idle or switch off. After awhile password accepted and starts syncing, then ask for password again. Happens about 3 to...
View ArticleExchange 2010/2013 migration
We have Exchange 2013/2010 environment(coexistence). 2 CAS and 2 MBX( in DAG) servers for every Exchange version. One AD site. Ex 2013 CAS servers are published to the Internet. DNS names(virtual...
View Article(EWS) How to call autodiscover URL to retrieve exchange service URL?
Hi Folks, I have some code that finds the autodiscover url by searching on the SCP. What I would like to do is then call the auto discover service at that location to determine the URL of the...
View ArticleEWS 2.0 Exchange 2010 Create/Update contact...
Hi All, I've built a windows service which retrieves contact data from a web service and creates/updates contacts in exchange using EWS.I am receiving the error: 7608Exception12/8/2013 3:45:48 PMThe...
View ArticleGet text of html emails (without html tags) using Transport SDK?
Hi,Can we get Text (without html tags) from Html Emails using Exchange Transport SDK?Background: We have developed a Transport Agent, which calculates Sentiments for text of the Email. For html emails,...
View ArticleAutodiscover for exchange returns error 600 unable to retrieve the server name
HiI'm trying to do autodiscover the domain. i'm getting 600 as the error code.How to get the exact exchange url onces POX autheticates. i'm trying to do this from a store app.i'm using the code...
View ArticleExchange EDB Recovery Software to recover all lost database.
MS Exchange Server witnesses exchange of information in large volume in most large-scale organizations. Hence, corruption issues in Exchange Database (EDB) files are not uncommon. Even EDB files are...
View ArticleOUTLOOK 2013 permission shared calendar Free/Busy doesn't work for some the...
Hello,We are in coexitence organisation (transition Migration) Exchange 2003 sp2 and Exchange 2010 sp1.Users in Exchange 2003 use outlook 2007 and outlook 2010Users in Exchange 2010 use outlook 2007,...
View ArticleChange meeting subject for organizer and attendees without sending update mail
Hello,I have a code that changes the subject of a meeting only for the organizer. In order not to send an meeting update email to all attendees I save the meeting...
View Article.net Professional
How to bind Bind gridview inside grid through usingJquery in asp.net?
View ArticleEWS Managed API: Connecting with Office 365-Autodiscover could not be located...
I have a project that should sync appointments from office 365. The problem is it does not work at the customer's side and gives the message "Autodiscover could not be located". However if I tried the...
View ArticleConverting a VBScript for Exchange 2003 to Function the same for Exchange 2010
Afternoon; I've run into a problem at this time. We are currently looking into migrating from Exchange 2003 into Exchange 2010 and I'm finding that my normal data collection method is no longer usable...
View ArticleEWS Appointment Categories
We have Exchange 2010 SP2. I'm building a custom application that does certain tasks based on how a user categorizes their appointments in their calendar. The problem I'm running into is that I can't...
View ArticleEWS Managed API doesn't work OK on IIS
Hi All,I faced a question. I develop a website which using EWS Managed API 1.1 to access the emails.It works ok on Visual Studio 2010. But when I deploy it on IIS, it doesn't work OK.THe error message...
View ArticleExchange Web Service Managed API not authorizing
I find it very strange that I am able to create appointments in my calendar on our company's exchange 2010 server using the asp.net 4.0 web application running on my XP machine which is not even part...
View Article