exchange2010

Get address of group of users from Exchange 2010 via web services SDK

We would like to display a list of address. We are trying to design a system where the addresses are only stored in one place, that place being Exchange 2010. Is there a web service in the Exchange 2010 SDK, that allows us to get the names and address of all users in a group? Is there a better way to do this, for example getting the da...

Are extra installs needed to access Managed EWS on an Exchange 2010 server?

Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed API so I'm beginning to think the server has been configured incorrectly. Has any administrator here had any experience with setting up Exch...

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 schedules a meeting with a certain customer, the customer's GUID is attached to that meeti...

Exchange 2010 Dynamic Disclaimers

Hello all, I am coming up with a standard signature for a client pulling AD values using the Disclaimer action for the Transport Rule. It is simple to add html and AD tokens using the following syntax: %%DisplayName%%<br/> My question is given I am not allowed to use any 3rd party components and must be server side solution is there...

Does anyone know how to prevent Exchange 2010 unloading transport agents?

In Exchange 2007 transport agents (e.g. RoutingAgents) were loaded and remained loaded until the transport service shutdown. In Exchange 2010 this behaviour seems to have changed so that agents are unloaded. I'm not sure what the criteria for unloading the agent are, but it seems to happen very rapidly and frequently even when there is ...

EWS 2010: Public Folder Problem using .NET

I've recently coded a .NET Console app using C#. It's purpose was to read the emails within a specific folder, parse them for specific values and save them to a database. Our email system, at the time I originally coded this, was Exchange 2003. However, I was made aware we would soon be upgrading to Exchange 2010: ergo, I built the code...

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 supports only VSS-based backups." So my question is, if this is the case, why is the DLL (E...

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 Exchange 2000/2003/2007 but 2010 just won't budge. Keep on getting this error when trying ...

Exchange 2010 EWS Delete Message

How do I delete email messages in a mailbox using EWS? There doesn't seem to be much online for it? I'm planning an application and I need to know if it's possible and how to do it. ...

Store Exchange 2010 Emails in SQL

I have an application which will start a program flow with the arrival of an email. I will need to link the email to my application, which I'm going to do via a custom property on the message. I will then need to store the email for reference forever. As Exchange 2010 supports only 10Gb and 100,000 items in a mailbox (without using PS...

How to call an exchange 2010 web service to make appointments ?

Hello all, I would like to call an Exchange 2010 web service from a remote client such as an iPhone to book a meeting room / to know if a meeting room is available etc. Does anyone has an example available please? Thanks a lot, ...

Exchange 2010 PowerShell snap-ins

Hi everyone, can anybody tell me where I could possibly find the PowerShell snap-ins for Microsoft Exchange 2010. Of course I could just install Exchange 2010 management tools on my machine but I'd rather not for the sake of a smaller footprint etc. ;-) Regards, Kevin ...

Exchange 2010 TotalItemSize.Value.ToBytes() always empty

Hi everyone, I'm trying to create simple reports on Exchange 2010 mailbox size. While this works: Get-MailboxStatistics -server <serverfqdn> |ft displayname, TotalItemSize this doesn't (second column stays empty): Get-MailboxStatistics -server <serverfqdn> |ft displayname, {$_.TotalItemSize.Value.ToBytes()} The problem is that ...

How to get body of CalendarItem using EWS?

I am using EWS through PHP to connect to a calendar on an exchange server and retrieve a certain set of CalendarItems. But the CalendarItems I receive do not have any field containing the body text of the calendar event. Anyone have any idea how I would get the body text? (Using php-ews) ...

Customizing OWA Logon

I'm trying to customize the MS Exchange 2010 OWA logon.aspx by injecting jQuery/Javascript into the DOM without eliminating any of it's functionality. Has anyone successfully done this? Whenever I reference jQuery the functionality of the logon.aspx page changes so that it's basically not able to log anyone in. Any ideas on this? ...

Trouble scripting inputs for set-Umserver cmd let

Hi, I've writing some Exchange 2010 Unified Messaging automation scripts. I'm trying to automate the assoication of UM dial plans to UM Servers. The powershell command is : [PS] E:\Scripts>Set-UmServer -id Exchange01 -DialPlans "test1", "test2" When I try the following scripting solution: [PS] E:\Scripts>$str = "`"test1`", `"test2`...

Upgrade Exchange 2007 to Exchange 2010

My company is currently using Microsoft Exchange Server 2007 and wants to upgrade to 2010. My company has about 100 employees and a large flow of email messages in every hour. Read from Microsoft article (http://technet.microsoft.com/en-us/library/dd638158.aspx), an extra domain is required for the co-existence when both servers are run...