Top "Exchange-server-2010" questions

Microsoft reached the Release to manufacturing (RTM) milestone for Exchange Server 2010 on May, 2009, and it was officially launched on November 9, 2009.

'5.7.1 Client does not have permission' error while sending email from code

So I have this very basic program that is trying to send an e-mail, but I keep getting Mailbox unavailable. …

c# email exchange-server exchange-server-2010
Search-Mailbox command not recognized exchange 2010 sp1 powershell

Does anybody know why this command is not recognized in Exchange 2010 SP1: Search-Mailbox -Identity "April Stewart" -SearchQuery 'Subject:"Your bank …

powershell powershell-2.0 exchange-server-2010
Where can I get the latest Microsoft.Exchange.WebServices.DLL?

I'm trying to use the latest Exchange Web Services DLL, however when I search my hard drive I see many …

exchange-server exchangewebservices exchange-server-2010
Get-Mailboxpermission for list of Mailboxes

I want to get a list of all permissions for a specified list of mailboxes. To get all permissions for …

powershell exchange-server exchange-server-2010
JavaMail - javax.mail.MessagingException

I am trying to write a simple mail sender class that would receive a bunch of arguments and using those …

java jakarta-mail exchange-server-2010
DeleteContents from mailbox with no confirmation (exchange 2010 and powershell)

I use the following command to delete the contents of a mailbox, but it still prompts me to confirm. Is …

powershell exchange-server-2010
Get-MailboxFolderStatistics ItemsInFolder also returns subfolder counts and counts are not correct

I'm using PowerShell to return a report of Exchange mailbox statistics as a tab-delimited text file. I'm having trouble with …

powershell exchange-server exchange-server-2010
read email using exchange web services

This is my scenario: I have to read email from exchange 2010 sp2 accounts. I have to use Exchange Web Services, …

email exchangewebservices exchange-server-2010
ServiceResponseException: The specified object was not found in the store

I am trying to upgrade an application that uses WebDAV against Exchange 2003 to return a responseXML, then it creates cases …

c# soap exchangewebservices exchange-server-2010
What settings on Exchange do we need to check to avoid a ServiceRequestException from being thrown?

We’re programmatically (using the Microsoft Exchange Web Services Managed API 2.0) to access the user’s calendar (on Exchange 2010 SP1). …

c# exchangewebservices exchange-server-2010 ews-managed-api