OWA file to a PST
My users are using owa to access their mail box. Now i want to install third party client software. If i get the mailbox as PST file it could solve my issue. please assist.ThanksKarthik
View ArticleGetting the free/busy state of the meeting room in a range of time using EWS API
I have a problem with getting the free/busy status of the meeting in a given range of time using EWS APIAccording to The MSDN Document,we can get the free/busy status by GetUserAvailability() api....
View ArticleUsing EWS on Office 365 ends in 'ErrorTooManyObjectsOpened'
Hello,we have a problem with our sync-tool which is using the EWS to sync appointments between our calender and the exchange calender. One "service" account is in use to access the calender of users...
View ArticleThe problem of GetUserAvailability function in exchange
GetUserAvailabilityResults freeBusyResults = service.GetUserAvailability(attendees, new TimeWindow(DateTime.Now, DateTime.Now.AddDays(1)), AvailabilityData.FreeBusy,myOptions); int i = 0; foreach...
View Articlecomparison for two datetime
start = dateTimePicker1.Value; end = dateTimePicker2.Value; AvailabilityOptions myOptions = new AvailabilityOptions(); myOptions.RequestedFreeBusyView = FreeBusyViewType.FreeBusyMerged; // Return a...
View ArticleEmailing an Excel document changes the table references
I have an Excel document with a pivot table on one tab, and the data in another. The data is in a table called "Table1." When I email the document to a coworker, the pivot table source changes from...
View ArticleEnabling Webdav for exchange server 2010
Hi As Webdav is not supported in exchange server 2010 , but it can be enabled in IIS server.with doing this can webdav queries will be executed , or we have to have rewrite the code.Regards, SwatiSP...
View ArticleEWS 1.2, Exchange 2010 SP2/SP3 - Appointment message body gets wrecked on update
We're seeing a very irritating issue with EWS and Exchange when updating the message body on an Appointment. To head it off, it does not appear to be the bug detailed...
View ArticleBest Way to Recover Damaged Backup File Using Corrupt BKF Repair Tool
This software performs repair operation to retrieve valuable BKF files created by using Veritas software for Windows NTBackup or Backup Exec.In this system, it locates all the BKF files. In DAT file,...
View ArticleExchange web services: why is ItemId not constant? [continued]
As some others have discuss this problem before (e.g., Exchange web services: why is ItemId not constant?), I want to talk about the solution, I have done what people have suggested by stamping the...
View ArticleSBS2011 Add a trusted certificate
I have windows sbs2003/Exchange2003 running and will be retired. Currently I am setting and configuring a new windows sbs2011/Exchange 2010 to replace the old server. FRESH. Setup in isolated...
View ArticleDoes the Exchange VSS Writer require requesters be in component mode?
I'm working on a VSS Requester. Right now it seems to work for everything I have tried it against EXCEPT the Exchange writer. I am in volume mode, rather then component mode, so I'm wondering if that...
View Article[E2013][EWS-XML][EWSTOOL] Calendar item body not visible in outlook
Hi, after upgrading to Exchange 2013 SP1 we experience the issue that appointments created using EWS by our ERP application don't show the body in Outlook 2010/2013. The appointment body is only...
View ArticleReconnect Disconnected Mailbox Server for Exchange 2010- VBScript
Hello everyone. I am trying to run a program where a user can reconnect a disconnected mailbox through 2010 Exchange Servers. This is an example of the method that I need except this is for 2003...
View ArticleHow to get contact details in C# code , when new contact is created in...
Hi all,In my exchange server 10 users there, i need to create service that if any user log in his account and create new contact,then i need that new contact details in C# code immediately [EWS...
View ArticleSlow Receiving Emails
I have just upgraded our previous Exchange 2010 server to Exchange 2013.Using three seperate accounts I am currently having problems receiving emails on my exchange server. Using different accounts I...
View Article[Exchange-Online][EWS][C#][Windows]: How do I mark all mails in a folder as...
Hi,I'm developing a C# application in Visual Studio 2013 Pro Update 2 to query an Exchange Online mailbox folder and read mails into my CRM solution. I can connect without a problem, read mails without...
View Article[EWS][C#] Seding mail from Gmail using external SMTP server to map emails to...
I'm using my Gmail account as a aggregator for many email accounts and for sending using my customers SMTP servers.Unfortunately one of my clients doesn't support sending emails from public internet by...
View ArticleHow to add domain in Exchange Server
i have installed exchange server it is working fine i am able to create multiple (email account / mailbox) for default domain buti have 5 domains and i want multiple (email account / mailbox) on each...
View Articlesubscribing calendar events without using impersonate or delgae access
Hi,Is there any way to subscribe calender/mailbox event for each outlook user without using impersonate or delegate access approch. if yes, please share how it can be done, as i found only impersonate...
View Article