Questions tagged [exchange-server-2010]

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

Microsoft Exchange Server 2010.

Use this tag if you intend to refer specifically to the 2010 version of Exchange server. If you have reason to believe your question refers to exchange server in parallel, use exchange-server instead.

579 questions
0
votes
1 answer

Programmatically reading emails from Exchange Server 2010 mailbox

we have a c# application that reads an email Inbox currently hosted on Exchange 2003 using the http service. Now the mailbox is to be migrated to an Exchange 2010 server, so we are testing our code to confirm it will still work. We are getting an…
0
votes
1 answer

Exchange 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 of the domain!, BUT when I upload the same code…
Aamir
  • 791
  • 3
  • 15
  • 28
0
votes
0 answers

RuleDeploymentException: Failed to access the default store for the user

I nearly spent 3 Days to fix the issue which is related to Microsoft Dynamics CRM 2011 Email Router: Rule Deployment Wizard. I installed Microsoft Exhange 2010 on same virtual box where CRM 2011 server is installed. The problem Rule Deployment…
Twinkle
  • 116
  • 5
0
votes
1 answer

Show only the meetings where the user is the organizer with EWS

is there a way to search all users calendar (the are all in a distribution group) and show only the meetings, where they are the oranizers? I am using impersonation. With the following code I can get the organizer of a Meeting: //Instantiate…
0
votes
1 answer

"5.7.1 unable to relay" when sending from local Exchange account

I have this program that is trying to send an email to an outside address using an internal Exchange account, and I'm getting the following error: "mailbox unavailable. the server response was 5.7.1 unable to relay" We have Exchange 2010. I don't…
Lukasz
  • 557
  • 2
  • 13
  • 27
0
votes
2 answers

PowerShell Command run from Batch

I have this powershell command to find the whitespace in each of my Exchange databases, however I cannot get it to run via batch. Here is the shell command confirmed working: get-mailboxdatabase -status | select name, …
0
votes
1 answer

Runspace.open uses application pool indentity instead of identity impersonate

I have an identity impersonate setting on webconfig. I am trying to connect to the exchange mail server from c# but instead of using identity impersonate from web.config, the runspace.open() command uses identity from application pool. And ends up…
dtksmsl
  • 239
  • 4
  • 14
0
votes
1 answer

How do I list permissions/owner info for shared folders in outlook/exchange 2010?

I am running Outlook 2010, Exchange 2010, and Windows Server Std 2012. I want to view the owner and permissions of a shared folder for an email user without prior knowledge through the exchange shell. The Scenario In outlook, user1 creates a folder…
0
votes
2 answers

How do I add multiple email addresses?

Below is the code i'm using. I'm unable to add multiple addresses using the powershell Emailaddresses parameter. The code works fine if I just put in one email address, but once I add two addresses in the code below it returns exception stating…
0
votes
1 answer

How to run EWS Java API with Java 6

I am using EWS Java API to connect Exchange Server. The Java version in my compile and runtime environment is 1.6.0_26. When the application starts, it gives an error and the program exits. It says that Unsupported major.minor version 51.0. So isn't…
0
votes
1 answer

Calling remote Cmdlets from C# Runspace

I'm trying to run a remote Powershell Cmdlet (one of Exchange 2010's cmdlets) from a remote machine without the Exchange cmdlets installed, using Powershell remoting (v2) in my C# code. I have something like this: var connection = new…
Avner Shahar-Kashtan
  • 14,492
  • 3
  • 37
  • 63
0
votes
1 answer

Converting Folder ID from EWS to Exchange Cmdlet's Identity

Using Managed EWS 2.0, I'm trying to write some code to create, delete and mail-enable Public Folders on Exchange 2010. However, according to Exchange MVP Glen Scales, mail-enabling a folder is only possible using PowerShell cmdlets, which can be…
0
votes
1 answer

Get address of group of users from Exchange 2010 via web services SDK

We would like to display a list of address. We are trying to design a system where the addresses are only stored in one place, that place being Exchange 2010. Is there a web service in the Exchange 2010 SDK, that allows us to get the names and…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
0
votes
1 answer

Exchange 2010msExchExtensionAttribute not found in AD

I don't find the Attribute msExchExtensionAttribute1-45 in the ActiveDirectory schema. How could this be possible, I've done the exchange adprep by installing the exchange server. Or might I miss an (optional) adprep?
0
votes
1 answer

Clearing many users' auto-complete list

Is it possible to clear many users' mail-recipient-cache, and how? By "mail-recipient-cache", I mean the auto-complete list that shows when you are entering the recipients e-mail. I know Outlook 2003/2007 stored these values in some .nk2 file, but…
Skalis
  • 197
  • 2
  • 13