Questions tagged [exchange-server-2007]

Released to business customers as part of Microsoft's roll-out wave of new products. It includes new clustering options, x64 support for greater scalability, voice mail integration, better search&support for Web services, better filtering options, and a new Outlook Web Access interface. Exchange 2007 also dropped support for Exchange 5.5 migrations, routing groups, admin groups, Outlook Mobile Access, X.400, and some API interfaces, amongst other features.

Exchange Server 2007 (v8, code name E12, or with SP1 v8.1) runs only on x64 versions of Windows Server. This requirement applies to supported production environments only; a 32-bit trial version is available for download and testing. Hence, companies currently running Exchange Server on 32-bit hardware will be required to replace or migrate hardware if they wish to upgrade to the new version. Companies that are currently running Exchange Server on 64-bit capable hardware are still required to migrate from their existing Exchange 2000/2003 servers to a new 2007 server since in-place upgrades are not supported in 2007.

The first beta of Exchange Server 2007 (then named "Exchange 12" or E12) was released in December 2005 to a very limited number of beta testers. A wider beta was made available via TechNet Plus and MSDN subscriptions in March 2006 according to the Microsoft Exchange team blog. On April 25, 2006, Microsoft announced that the next version of Exchange Server would be called "Exchange Server 2007".

269 questions
6
votes
1 answer

Microsoft.Exchange.WebServices.Data.ServiceValidationException: The property RequiredAttendees can't be used in FindItem requests

I am accessing appointment attendees from an EWS Calendar. I tried: cView.PropertySet = new PropertySet(AppointmentSchema.Subject, AppointmentSchema.Start, AppointmentSchema.End); But my appointments list…
6
votes
2 answers

Run Exchange Powershell command from C#

I am trying to run EMC commands in C#. I am running this from my personal PC that has exchange management tools installed on it. Our exchange servers have 2007 running on them. The thing is, when I run Powershell or EMC, I need to run as a…
Johnrad
  • 2,637
  • 18
  • 58
  • 98
6
votes
4 answers

Slow search for items using extended property on Exchange

Problem at hand Our C# Windows application uses EWS Managed API 2.0 to create appointments in a user's calendar. Each appointment has an extended property with a unique value. It later locates an appointment using FindItems and an ItemView. Users…
5
votes
1 answer

Debugging EXCHANGE transport agent in VS2010 c#

I was given the source to a transport agent that parses incoming email that meet a certain criteria. I need to make some modifications but I need to track variables and my debugging attempts have been unsuccessful. I build the dll, install it in…
5
votes
3 answers

Programming with MS Exchange 2007

I am new to programming in Exchange space. I would like to develop exchange plugin in c#. this plugin should be able to get all the messages (messages for all email ids) and depending on some rules plugin should able to do some operation on…
5
votes
1 answer

Implementing Outlook 2010's group by conversation using EWS and Exchange 2007

We're using EWS to generate some analytics on some of our mailboxes. Part of this is getting a count/name/start/end of conversations. A conversation being analogous to the way Outlook 2010 shows them when grouping by conversation. I was hoping to…
Kram
  • 4,099
  • 4
  • 39
  • 60
5
votes
4 answers

How do I send emails outside my domain with Exchange 2007 and c#

I am able to send emails using the typical C# SMTP code across Exchange 2007 as long as both the from and to addresses are within my domain. As soon as I try to send emails outside the domain I get: Exception Details:…
jmcd
  • 4,269
  • 5
  • 36
  • 36
5
votes
2 answers

How do I retrieve global contacts with Exchange Web Services (EWS)?

I am using EWS and wish to obtain the global address list from exchange for the company. I know how to retrieve the personal contact list. All the samples in the API documentation deal with updating user information but not specifically how to…
Brett Ryan
  • 26,937
  • 30
  • 128
  • 163
5
votes
2 answers

Editing an SMTP header with an Exchange 2007 Transport Agent

I'm currently writing an Exchange 2007 Transport Agent to replace some headers in all outgoing mails from a particular sender. I managed to replace the 'From' SMTP header successfully, but rewriting the 'Return-Path' header does not seem to work. To…
4
votes
3 answers

Problem connecting to a Exchange 2007 server in PHP5 with imap_open

When im trying to connect to an Exchange 2007 server over IMAP in PHP5 I get the following error message. Kerberos error: No credentials cache found (try running kinit) for smtp.domain01.net I was wondering if somebody found a way around this…
3cho
  • 547
  • 1
  • 6
  • 12
4
votes
1 answer

Exchange server 2007 - ExchangeServiceBinding::UpdateItem failed

For ExchangeServiceBinding::UpdateItem on Exchange 2007 got the following error message : When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP address for any distinguished folder Ids. When I…
parzival
  • 1,536
  • 2
  • 19
  • 27
4
votes
1 answer

retrieve details of users from the exchange server

I am using exchange server 2007 (outlook) to configure email accounts.. How can we retrieve the details of the users (mailboxes) present on the exchange server. This feature is there in outlook. By double clicking the id and checking details. But,…
Chitresh
  • 405
  • 1
  • 6
  • 16
4
votes
3 answers

Specifying the bounce-back address for email

I'm having a problem getting emails to bounce to a specific email address, different to the From address. A particular client requires that we send emails from a specific email address (call it contact@clientcompany.com). Our Exchange admins have…
Kirk Broadhurst
  • 27,836
  • 16
  • 104
  • 169
4
votes
2 answers

Grails mail plugin configuration for MS Exchange server

I am able to send email using my gmail account from my grails application but when I use MS exchange server account I am getting this error Message: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn't…
4
votes
1 answer

Exchange: Is it possible to search for a custom Extended Property across all mailboxes?

My team and I are in the process of integrating our custom CRM (built entirely on the MS stack) with Exchange. A key part of that integration is binding Exchange items (namely meetings and tasks) to customer records. Basically, when a salesperson…
1
2
3
17 18