Microsoft Exchange sample database
Hi,I am developing an application to analyze the emails from a Microsoft Exchange server using the EWS Management API. I would like to know if there are any Microsoft Exchange 2007/2010 databases...
View ArticleEWS service calls not responding. No timeout, no error, no response
Hi.I'm using the EWS Managed API v2.2 to make EWS calls to Exchange 2010 SP1 on premises. The referenced code is a C# client application running in .Net 3.5 on a Windows 2008 server.Recently at one of...
View ArticleForcing Day View of Calendar Published from Outlook Web Access
I was advised to re-post this in this forum after I posted it in the Outlook for Developers forumIs there a way to force the view of the Outlook calendar published through Outlook Web Access 2013 so...
View ArticleReading meeting attendees using EWS Managed API always gives an empty collection
HelloI left MS France 2 months ago and I'm already confronted to an issue using EWS Managed Api 1.0 that I fail to solve, so I come here to request some help...Basically I need to read the attendees...
View ArticleThe Exchange organization does not support this version of exchange -...
Hi,I am currently trying to install 2010 exchange on 2008 R2 after an unsuccessful run with 2013 install.I am getting this error with the readiness checks. I have uninstalled 2013 exchange and removed...
View Articleuser account delete from AD but user still showing in exchange 2010
Hi All,i have create a user in exchange 2003 and then move mailbox from exchange 2003 to exchange 2010 after some time i have deleted user account from AD but user still showing in exchange 2010.when i...
View Article[E2010] [EWSMA] I do not see all Room appointments
Hi all, i have a problem when i try to see the appointments of a room. I created a service with the EWS Managed API using my own credentials (user@mydomain.com). Then i created a method to return a...
View ArticleHow to retrieve from email from Exchange server Mail Account ?
Dear All,I get the email in my mail box from hardikramwani@hotmail.com.I need to retrieve the from email address but i am unable to get this. Following is code i am using.Folder boundFolder =...
View ArticleCalling ExchangeService.GetRoomLists() return empty results
Hi All,I am developing a sample email client application with the help of EWS Managed API. In my application i need to retrieve all the rooms presented in my organization.When calling...
View ArticleSearching Public Folder Permissions
Given a samAccountName, we want to know on which public folder(s) in our Organization it has an AccessLevel configured, and what the level is. This is possible using Powershell cmdlets like:...
View ArticleEWS AutodiscoverUrl is not working properly(first request its working & 2nd ,...
I am trying to validate the email address is valid or not using ews api, so i am passing the email and password of user to AutodiscoverUrl method, in first request i am able to get autodiscover URl and...
View ArticleSharing Calendar folder
Hi all,Can anyone tell me how to share a calendar folder using EWS Managed API? Or Any other technique?ThanksNaresh
View ArticleEWS | How to query CAS to get EWS asmx urls
Hi We have a requirement to get schedules for the users using EWS url. The client that we work for is a global client with multiple exchange servers (i.e. per country). How can I get EWS URL based on...
View ArticleCan't Delete Task item Got Success message from server but item still exists...
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
View ArticleHow to send digitally sign S/MIME messages with Powershell cmdlet...
Hello,using AD Windows PKI I assigned a certificate EKU (1.3.6.1.5.5.7.3.4) to sign emails and get this withautoenrollment also to my CERT Store PSCERT:\CurrentUser\UserDS\ or the certificate could...
View ArticleCustom routing agent based on sender's security group and subject
I made a custom routing agent that routes mails contains the word [encrypt] in the subject and sent from domain test.comThe part of the code is if...
View ArticleEWS on push streaming subscription (My Calendar sand Other Calendars)
Hi,I am developing at app that is able to listen to updates in calendar schedules. Right now an admin account is created (say meetingroomadmin@company.com). Inside this account, there are 2 calendars...
View ArticleModify Sender (or From address) of EmailMessage using EWS API
Hi,I am trying to modify Sender (or From address) of public folder items. Though Sender and From properties are writable according to this...
View Article"Apply these settings to all folders now" to push from the Global policy
How to push Email "Apply these settings to all folders now" to Global policy
View ArticleEws managed api provides calendar rooms??
Hello,I'm new to exchange web services and having trouble with rooms in calendar.I'm trying to get the rooms using the exchange service like,EmailAddressCollection roomsList =...
View Article