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

How to mark an email as Junk/Spam in EWS

I am developing an email client using EWS. I know there is a XML tag MarkAsJunk to mark an email as Junk. But this tag is only available for Exchange version 2013 or later. What is the way to mark an email as Junk/Spam in Exchange version less than…
3
votes
5 answers

exchange powershell : get-user has no Description property?

When I run get-user|get-member in powershell with the exchange add-in I noticed there is no description property. Does anyone know if it has been renamed to something else or another way of accessing it?
phill
  • 13,434
  • 38
  • 105
  • 141
3
votes
1 answer

Cross folder searching of Exchange using Exchange Web Services

Is there a way to search Exchange using the EWS Managed API for all email messages across ALL folders. I'm using the FindItems API call -- but that appears to require that the search be confined to a single folder. private void…
3
votes
1 answer

Categorize the Exchange folders into Distinguished Folder and Normal Folder

My question is how to make difference between a distinguished folders and a folder created by user when I try to obtain the list of user folders using findFolder web service method: FindFolderType request = new FindFolderType(); …
3
votes
1 answer

Test Exchange EWS on public server

Is there any public Exchange server (emulator) that I can use to test / experiment with my Exchange Web Services implementation?
queen3
  • 15,333
  • 8
  • 64
  • 119
3
votes
0 answers

How to detect changes to all MS Exchange 2007 users' calendars?

How can one detect changes to all Microsoft Exchange 2007 users' calendars? For single users or small groups, you can register push/pull event subscriptions. However, if you have many users (30k+), this seems unfeasible as you have to keep up with…
vho
  • 31
  • 1
3
votes
2 answers

Powershell format-table or select-object only show top results

I am trying to find users that have been sending the most emails. But in the end I only want to display the top 10 (or n number) of senders. Is there a way to only show the top results using select-object or format-table $Messages =…
Schuyler
  • 509
  • 1
  • 9
  • 19
3
votes
1 answer

The account does not have permission to impersonate the requested user

I am getting this error while try to accessin the resource mailbox. pls any one help me on this . I am new to EWS. I am able to access the resource mailbox through OWA(Outlook web app). But i am not owner of this mailbox as it is shared mailbox. my…
3
votes
1 answer

EWS Managed API - How to copy items from one mailbox to other

I am writing an application(C#) to sync contacts,appointments,tasks etc from one mailbox to other. I am able to retrieve changes to these items using SyncFolderItems but could not find a way to copy the changes to a different mailbox. It looks like…
3
votes
1 answer

Exchange 2007 Push Notifications not being received from Godaddy Hosted Exchange

I've configured a client to subscribe to Push Notifications from a Godaddy Hosted Exchange 2007 SP1 server via EWS Managed API. I can successfully request and then receive a Subscription ID from GoDaddy's server (mail.ex1.secureserver.net) but then…
David Murdoch
  • 87,823
  • 39
  • 148
  • 191
3
votes
1 answer

Can't retrieve emails from shared group mailbox using Exchange Web Services Managed API

I'm trying to use Exchange Web Services Managed API to connect to a group mailbox and return the emails from it's inbox. I was able to do so with my personal email account but I have been unsuccessful with the group mailbox. I have access to the…
Frek
  • 169
  • 1
  • 13
3
votes
1 answer

Differences between Exchange 2003 Web Services and Exchange 2007 web services

We have Exchange integration into our CRM (diaries and email); we have done this through CRL functions in our SQL 2008 server which handle all the authentication and communication with Exchange 2007 web services. The CLR then presents the functions…
u07ch
  • 13,324
  • 5
  • 42
  • 48
3
votes
1 answer

EWS Java API 1.1 creating appointment - missing TimeZoneDefinition

I have an Exchange Server 2007 SP1 and want to create an appointment with the EWS Java API 1.1. I got an Exception that I have to set the time zone definition first. appointment.setStartTimeZone(new TimeZoneDefinition(){{ setName( "W.…
3
votes
1 answer

Monitoring multiple folders in one 'syncFolderItems' operation?

Is it possible to monitor several folders in one 'syncFolderItems' operation? I tried it, but It doesn't seem to work. For example, this:
3
votes
1 answer

MS Exchange Web-Services: How to get items with 'Flag' set?

Does anyone know how to get all the items that are flagged inside the Inbox using Microsoft Exchange Web-Services? Apparently they are neither inside Tasks folder (even though they appear there in Outlook), nor do they have IsReminderSet set to…
d3vtoolsmith
  • 151
  • 1
  • 10