EWS Online sample for using streaming notifications with impersonation
Hi,I am looking for a good sample to use streaming notifications with an impersonate scenario to Exchange Online. There is a lot of information available, but I miss some pieces.Basically, I am...
View ArticleHow to Retrieve all mails present in the all mailboxes in exchange 2010.
Is there way to get all emails from all accounts(Mail Boxes) in exchange server? ExchangeService Service = new ExchangeService(ExchangeVersion.Exchange2010); Service.Credentials = new...
View ArticleEWS - Folder hierarchy and items sync
Hi,Note: I asked the questions below on older Exchange forum and haven't gotten any response. I am hoping my questions will get more visibility here.I have a couple of questions about folder sync with...
View ArticleEWS: What is size of SyncState?
Hi,EWS SyncState is documented here.We are trying to size the DB storage to store it.It is not clear what is the max size of the syncstate from the above link.A couple of questions:1. Is SyncState a...
View ArticleScript to remove quota for user Mailbox
Hello All,I am new to Powershell scripting and need help in completing a code which I am writing to remove the Quota set for the users before moving them to Exchange 2010.Currently the users are in...
View Article[E2013/Exchange-Online] [EWSMA] [C#] [Win7/Win Server 2007/2010] OAuth...
I'm trying to use OAuth with EWS MA to authenticate against Exchange Server 2013 or Exchange Online. EWS Provides an assembly (Microsoft.Exchange.WebServices.Auth.Validation) which does token...
View ArticleImplement custom decryption scheme in Exchange journaling
Hello All.We are a vendor implementing a custom encryption scheme for emails and attachments.We would like to extend Exchange 2010 Journal Report Decryption to our custom scheme, meaning we would like...
View Articlehow to get all mail box SMPT address using EWS
Using power shell cmdlet i can get list of email address in the exchange. Get-Mailbox is it possible to get the list of email address in exchange by using EWS
View ArticleDoes MS Exchange 2013 and MS Exchange 2010 uses same powershell snap-in "...
Does MS Exchange 2013 and MS Exchange 2010 uses same powershell snap-in " Microsoft.Exchange.Management.PowerShell.E2010" ? if yes how t o differentiate ? i have exchange 2013 and Exchange 2010 on...
View Articlesearch folders and shared mailbox using EWS 2013
Hi all, we have a test lab that runs Exchange 2013. We are implementing a POC to tests few Exchange 2013 concepts. Our goal is to implement a gateway that will extract incoming mails from fifteen...
View ArticleAccess code is invalid
Hi, If I copy my EWS URL in the browser its prompting for credentials and once entered the credentials its showing the xml content.If I communicate with EWS for retrieving calendar information for a...
View ArticleWhen I used a console enabled user mailbox in Exchange Server 2010 Error
System.Management.Automation.CmdletInvocationException: Thetypeinitializer forMicrosoft.Exchange.Management.RecipientTasks.NewUserBase threw an exception. ---> System.TypeInitializationException:...
View ArticleInitializing EWS Service prevents postback
I am developing a plugin which utilises EWS for an existing product and I have discovered that initializing the service prevents me from making a postback to my ASPX pages.I traced this back to the...
View ArticleAccoun/Login for impersonation of any Exchange user
I have a developer that would like a Domain login for connecting to Exchange 2010 i.e. ‘Test User’, that has the minimum rights for user impersonation for any user, and rights to view the schedule for...
View ArticleDisabling the mail "Subject" and "To" fields of a Reply-To mail
Can anybody help me to find out a way to make "Subject" and "To" fields of a Reply-To mail subject window read only?We have a mail containing a link as "mailto:xyz@yahoo.com?subject=TestInformation"...
View ArticleStep 5 of 9 Mailbox role: Mailbox service error
I am doing a upgrade from a early release of Exchange 2013 and I am getting this errorError: The following error was generated when "$error.Clear(); if ($RoleIsDatacenter -ne $true)...
View ArticleAdding inline image into an email - Transport Agent
I am trying to add an inline image into an email and then get a content id of that image so I can use it as the source of an html image.The approach i am taking is creating an attachment (which will...
View ArticleIn-Place Hold [E2013] [EWS]
Hi, Can you please clarify me whether the following scenarios are possible by the help of EWS for Exchange online 2013. 1. Enable time based in-place hold. 2. Use Search-Mailbox operation based on the...
View Article[E2013] Is there any Operation available in EWS for getting User Roles?
Hi,I would like to know if there is any Operations available at EWS for having the list of roles allocated for a particular user. If yes can you please provide me with the SOAP request for the...
View Article[E2013] Job allocation for creating In-Place holds for multi users using EWS
Hi,While creating In-Place hold for multi-mailboxes via EWS, Does Exchange server create job for each of the hold request initiated by the administrator or the job must be created by the admin to...
View Article