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
4
votes
0 answers

(MS Exchange) Mailbox database is temporary unavailable

I am trying to send mail using Exchange web service api.I am using autodiscover in order to retrieve the client profile.When I am trying send mail I am getting this error: Microsoft.Exchange.WebServices.Data.ServiceResponseException: The…
4
votes
1 answer

Access Resource Calendar via EWS Managed API C#

I am using C# (.NET Framework 4) and Visual Studio 2010 Professional. I have an Exchange-Server 2007. On this server there is a resource calendar called de.ffm.parking. There is a user with the same name but it has no associated Mailbox so I can´t…
3
votes
2 answers

What is IPM.Note and what is its use?

I have few questions about IPM.Note. It will be great if some one clear my doubts 1) What is IPM.Note? Is that a log file? Little detailed information so that i can understand 2) In my windows search when i type IPM.Note it showed me all my emails…
3
votes
1 answer

EWS-managed: Fetch required and optional attendees of appointments

As far as I am now, I know how to fetch appointments from exchange server, BUT as soon as I want to see the required and optional attendees, these fields are empty ... I checked the appointment trice and there is an attendee, except me. Do I have to…
3
votes
2 answers

Custom Windows Service invokes Powershell to execute commands in exchange 32bit vs 64 bit issue?

I’ve developed a windows service developed in Visual Studio 2010 which performs Exchange 2007 administrative tasks and I’m moving it from a 32-bit development server to a 64-bit production server. The service accepts arguments and then invokes…
3
votes
2 answers

Access Outlook user properties from EWS

I'm trying to create an application that use the EWS api to access contacts. I need to look at one of the outlook user properties in this process but I cant see how to get it at using EWS. At the moment ive just tried... service.Url = new…
electricsheep
  • 5,114
  • 9
  • 37
  • 41
3
votes
1 answer

Does Microsoft Exchange 2007 have a REST API?

I have the need to communicate with Microsoft Exchange 2007 and wondering if there is a RESTful API i can use to communicate? Previously i have attempted to connect with the managed API (EWSJavaApi) however with no success. I'm also aware of the…
cdugga
  • 3,849
  • 17
  • 81
  • 127
3
votes
1 answer

EWS + Exchange 2007: Retrieve inline images

Working in C# with the EWS Managed API, we're having trouble efficiently retrieving the images stored as inline attachments. The endpoint is to show an email with inline images as a fully formed html page in a panel. The code we currently us: …
pierre
  • 1,235
  • 1
  • 13
  • 30
3
votes
1 answer

How do I use CDO with Exchange with vbscript

I am trying to setup a script to email using an exchange account. I want to use CDO (or equivalent) with vbscript. The goal is to track email communications through the sent folder of the exchange account. I am using exchange 2007.
3
votes
1 answer

How can I set MHT-body for mail sending through Exchange Server?

I have a message as an MHT-File. Now I am searching for a way to set this for a mail to send through Exchange Server (with Exchange Web Service). When I set it as a MIME-Content, the parts (picture and text) will be attached as attachments (JPEG…
3
votes
5 answers

Exchange Server 2007 Web Services PHP Class

Does anyone know of an open source PHP class (preferably BSD or MIT license) that will interface with the MS Exchange Server 2007 Web Services via. SOAP? I am looking for a higher level class that has functionality for sending messages via. the web…
Luke
  • 6,195
  • 11
  • 57
  • 85
3
votes
1 answer

Programmatically monitor Exchange Inbox and print label

Here's what I have... I have a program that keeps track of barcode type labels. I can select an item in the database and print a label for it. I am adding the ability to send an email to a specific inbox on our Exchange server (2007 SP1) with the…
3
votes
1 answer

Accessing Microsoft Exchange using Java - any better APIs

I have a requirement to access Exchange Server(2003, 2007) to send and receive mail, contacts, folders and calendar using Java API. Exchange Server 2010 supports this with Java webservices,…
amar
  • 12,037
  • 1
  • 24
  • 19
3
votes
2 answers

Determining version of Exchange server on the system using C#

Is there a way to detect which version of Exchange Server is running (2007 or 2010) via c#?
RPS
  • 1,401
  • 8
  • 19
  • 32
3
votes
2 answers

Microsoft Exchange WebService URL

How to know Exchange WebService URL, I have Exchange server version 2007 and I am trying to write a small C# console application to collect some data from exchange server but don't know what is the Exchange.WebServices Url. AutodiscoverUrl failed.
alaamh
  • 963
  • 2
  • 9
  • 14
1 2
3
17 18