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

EWS error when retrieving complex property

We have an Exchange Web Services application that is throwing errors when an email is referenced that doesn't have a subject. Our automated process needs to use the subject of the email, so the code is trying to reference it. However, when the…
Our Man in Bananas
  • 5,809
  • 21
  • 91
  • 148
0
votes
1 answer

Preventing extra whitespace in the PowerShell pipeline

I am trying to archive mailboxes (which are no longer needed) from an on-premises Exchange 2010 environment to PST files in a directory on a remote server share. My problem is that I am unable to figure out the proper syntax in PowerShell to…
0
votes
1 answer

Exchange 2010 - Exchange MAPI connection problem

I have a software solution for Exchange 2000/2003/2007 and now hopefully after this for 2010. The software runs on the server and uses Exchange MAPI through RDO to talk the the exchange server, retrieving emails inside mailboxes. All works fine on…
0
votes
1 answer

C# List all email addresses in MS Exchange

I need to get list of all emails from exchange/active directory.Whether emails like j.doe@domain.com or email groups like all-contacts or CEO which they includes couple of email addresses. this is my code so far: DirectoryEntry de = new…
mhesabi
  • 1,140
  • 3
  • 22
  • 48
0
votes
1 answer

Exchange 2010 and ESE Backup API

Exchange 2010 does not support the ESE API for doing backups like it did in 2003 and 2007 according to MSDN. I Quote: "Exchange 2010 no longer supports the ESE streaming APIs for backup and restore of program files or data. Instead, Exchange 2010…
Hannes de Jager
  • 2,903
  • 6
  • 37
  • 57
0
votes
2 answers

How to count emails sent exchange 2010

I need to be able to access message tracking from Exchange 2010. I would prefer to do this with some sort of api but from the research that I've done I can seem to find anything that hints to the possibility to do this through EWS. The end goal is…
cal5barton
  • 1,606
  • 1
  • 14
  • 29
0
votes
0 answers

How to get a list of all email of all the users in an exchange server?

What is the best way to get a list of all email(TO email address and the body) of all the users in an exchange server? I realize this might seem to be absurd requirement, but I need it to run some analysis. I looked at Exchange web services which…
sunil
  • 5,078
  • 6
  • 28
  • 33
0
votes
2 answers

Adding multiple Exchange Accepted Domains with Powershell

I am currently adding a huge list of domains to my external relay in Exchange Server 2010. I know that there is a way to import data from a CSV file but I'm having trouble figuring out how to write it correctly so that the data will get placed how I…
0
votes
1 answer

How to create new mail account Microsoft Exchange 2013 EWS?

I want to create new mail account programmatically using Exchange web services. In 2010 it's not supported. We are going to work on 2013 Exchange. Reference: Programmatically add/edit exchange2010 account
0
votes
1 answer

PHP Mailer fails on MS Exchange

I am trying to send an email via PHP mailer and am failing miserably. The error message I am getting is as follows: 2014-08-12 12:21:40 SMTP ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly…
Noobster
  • 1,024
  • 1
  • 13
  • 28
0
votes
1 answer

Powershell - Exchange calendar sharing looping through all users

What I would like to do is get a list of all users in exchange and loop through them giving each user full access ("owner") right to every other calendar. So basically I want everyone at the company to have "owner" permission to everyone else. Here…
0
votes
1 answer

Adding if condition into get-mailbox command

I have a PowerShell script to show which mailboxes do not have the Exchange Retention Policy applied. The script works well, but I cannot figure out how to add an if condition that if all mailboxes do have the Retention Policy applied, then the…
morrowbrdz
  • 3
  • 1
  • 2
0
votes
1 answer

Transport Rule Logical And for Exchange 2010

Good Afternoon, I have exhausted my googling and best-guess ideas, so I hope someone here has an idea of whether this is possible or not. I am using Exchange Server 2010 (vanilla) in a test environment and trying to create a Hub Transport Rule…
B. Whitman
  • 11
  • 1
0
votes
1 answer

Using Active Directory & Exchange as a newsletter system with over 60,000 objects to sync daily

I am handling a case where all outgoing e-mail needs to be filtered based on the user's subscriptions. There are 3 categories of newsletters, and a blacklist of people who have unsubscribed. The amount of blacklist is about 60,000 e-mail address. We…
0
votes
0 answers

How to set Microsoft Exchange Appointment Private programmatically?

I am using Microsoft Exchange 2010 and i want to set appointment privacy grammatically Code: Appointment appointment; if (notes != null) { var mtgBody = notes[0]; var meetingBody = StripHtml(mtgBody.Note); appointment = new…
Sid
  • 801
  • 8
  • 19