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
3
votes
1 answer

Why doesn't the Bcc message header on an email work when using SmtpDeliveryMethod.SpecifiedPickupDirectory?

We have an email job that uses System.Net.Mail Emails get sent to a folder, and a job runs to copy the files to the Pickup folder on our Exchange server at a specified time of day. A copy of the email gets sent to an internal mailbox by using the…
Rachel
  • 130,264
  • 66
  • 304
  • 490
3
votes
1 answer

Set Distribution group notes

I'm trying to change the distribution group notes via powershell on a Exchange 2010 Server. This is the way how to set the notes during creating a new group: New-DistributionGroup "G_test" -Notes "TESTTEST" But how to set the notes after creating…
HW90
  • 1,953
  • 2
  • 21
  • 45
3
votes
2 answers

Exchange Web Services Managed API: How can I perform Recurrence Expansion through the FindItem Method?

We are currently working on creating a sync service between our product and Exchange using Exchange Web Services Managed API. Specifically we want to sync (on a time schedule) specific Appointments back and forth on a users calender. As part of the…
3
votes
1 answer

Get Global Address List (GAL) from Exchange Server 2010 SP1 using ExchangeService

I want to programatically (using C#) access to the Global Address List on exchange, using ExchangeService WebService. How can I do that? Another problem: I already know how to search for a specific user. However, if that user has more than 1 email,…
nunoaac
  • 215
  • 1
  • 6
  • 15
2
votes
2 answers

Add Powershell commands to the pipeline

I'm trying to get the lower store from a 2010 Exchange server, and the function will run in a WCF container. The problem I'm facing is that I'm unable to run multiple PowerShell commands in the pipeline. I've tried the following (based on this, how…
m0dest0
  • 849
  • 4
  • 17
  • 36
2
votes
1 answer

Exchange/Outlook 2010, C# SenderEmailAddress extra characters appended to name

So my question is what is 58D at the end of this string or 7F9 at the end of the next string? Also, the extra characters are the same for each user. This only started happening when migrated to Exchange…
Jason Foglia
  • 2,414
  • 3
  • 27
  • 48
2
votes
1 answer

Exchange Web Services 2010 / Autocomplete or Suggested Contacts

I am trying to find a way to mimic the behaviour of Outlook 2010 (and earlier versions) of autocomplete. Of what I can find, the Autocomplete Cache is stored on a local file (.n2k-file). Also, there is a Suggested Contacts which also seems to be…
Viktor Sarström
  • 510
  • 4
  • 16
2
votes
1 answer

API equivalent for New-MailContact

Is there an API equivalent (like EWS) for the New-MailContact cmdlet, which would allow me to create an Exchange 2010 mail contact from an existing AD contact? I know that I could invoke a PSSession, but I need a solution that (i) works remote and…
Christoph
  • 1,964
  • 2
  • 27
  • 44
2
votes
1 answer

How to get DAG info from MS Exchange Server 2010 using LDAP Query from AD?

I wanted to know about LDAP Queries used to get more information about Exchange Server. What I am interested in knowing more about Data Availability Groups, Statistics Regarding them and Replication Status etc. I know there are some CmdLets but I…
2
votes
2 answers

exchange web services restriction paths

I have done a bit of searching and am unable to find a list of legal properties for use with the FindItem element, specificially what can I use in that will not result in a…
Pete
  • 1,305
  • 1
  • 12
  • 36
2
votes
2 answers

Export an EmailMessage from EWS that can be opened in MS Outlook

I'm writing an application that monitors an Exchange mailbox using EWS. It saves the attachments of the incoming mails to a network folder. These files are then used by a 3d party application. Now I've been asked if it is possible to not only save…
klennepette
  • 3,176
  • 22
  • 23
2
votes
3 answers

how to invoke the powershell command with "format-list" and "out-file" pipeline from c#?

Hi I'm working on a C# program to call exchange 2010 powershell cmdlets in remote runspace. The ps command is: "Get-MailboxDatabase -Server EX2010SVR1 -Status | Format-List Identity,Guid,mounted,CircularLoggingEnabled,Recovery | Out-File …
TomF
  • 21
  • 1
  • 3
2
votes
1 answer

How to download message from an Exchange 2010 server in an ASP.NET web application?

I just start a web application task to download messages from mailbox in an Exchange 2010 server for different users. Can someone give me a hint where to start? I use asp.net/c# programming. Any reference, article, sample or suggestion are highly…
Steven Zack
  • 4,984
  • 19
  • 57
  • 88
2
votes
2 answers

How do I determine the mailbox that contains a given item or folder with EWS?

I have a program that subscribes to multiple Exchange 2010 mailboxes using EWS Managed API's streaming notifications. When I get a notification related to an item, I need to determine whose mailbox that item belongs to. I'm able to get the item's ID…
2
votes
0 answers

How to read Exchange 2010 SP 1 public folder using c#

I am trying to read a public folder hosted in ExchangeServer 2010 SP1. Well I am able to connect but when I am trying to read the folder I am getting stragne error. Hope somebody will able to share his/her experience. Below is the code what I am…
Shax
  • 4,207
  • 10
  • 46
  • 62