exchange2007

How to get Item web client id in Exchange 2007 using EWS Managed API

I have an EmailMessage item saved in Draft folder. I need to open an editing form of it in browser, but cannot found id that is used by web client. In documentation there is such property, but it fails with Microsoft Exchange Server 2007. What is alternative? Any help is appreciated. ...

How to change AppointmentStatus in managed Exchange Web Services

Hi all! I need to change appointment status to meeting, so that it invitations can be send by one click. But Appointment.AppointmentStatus and Appointment.IsMeeeting are read only properties. I've found, using reflector, that PropertyBag class is used for setting and getting items properties, but it's also internal. Can I change this pro...

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...

Using Redemption to send as another user

When I view outlook I see my mailbox but also additional "business function" mailboxes. One of these is "optingout" I've written a console app that loops through several of these function mailboxes (by enumerating the folders in my session) and grabs all of the mails so I can then loop through them and take actions depending on the mail...

Create new calendar system support in Exchange OWA

Since Exchange doesn't provide support for all local calendar types in OWA, I need to create one, using Microsoft.Net's support of calendars, but where should I start? ...

Exchange 2007 Powershell SnapIns not registering under Windows 7/Visual Studio 2008SP1

I have a user management application that I've written that works great under XP but as part of our prep for moving up to Windows 7 I have been trying to get it to run under Windows 7 and my Exchange PSSnapIn is not playing nice. It always reports "No snap-ins have been registered for Windows PowerShell version 2." But I can go ru...

How to loop through mails in Exchange using EWS ?

I've been given the task of fetching a list of the largest mails in our Exchange 2007 server. Since I've never coded against Exchange before, I looked around a bit and figured EWS is the newest interface to do so. However I can't find any documentation about looping through the mails, which I expect to be necessary to check the sizes. ...

Outlook/Exchange Calendar Items with Sensitivity set to Confidential showing up as Private in Scheduling Assistant

I have a Windows Service that uses Exchange Web Services to get calendar items that are set with a Sensitivity of "Confidential." The Sensitivity level is set by the users when they put appointments on their calendar. The setting of "Confidential" was chosen because in all my research, I found that Outlook/Exchange essentially ignores th...

How to programmatically add mailbox alias on an Exchange 2007 server from C# web app?

As the subject says, I have a C# web application (.NET 3.5) that's communicating with an Exchange 2007 server. What I need help with is to programmatically (preferably from the web app itself) add a new mailbox alias to a certain mailbox and then before sending out the mail set the new alias as the reply-to address. I'm fairly new to s...

Trouble getting email attachment from Exchange

I am getting the error message “The remote server returned an error: (501) Not Implemented.” when I try to use the HttpWebRequest.GetResponse() using the GET Method to get an email attachment from exchange. I have tried to change the HttpVersion and don’t think it is a permissions issue since I can search the inbox. I know my credential...

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 [email protected]). Our Exchange admins have created an account on the Exchange box so that we can log in and send from that address. ...

is it possible to write a webapp that can download mails from exchange server 2007

It does not matter what programming language. Can anyone please give me an idea if this is possible and any tools or API's available please? ...

Exchange 2007 Mailbox Permissions (Without Powershell Cmdlets)

Is there a way to grant a user "Full Mailbox Access" to a users mailbox without using the Exchange Management Shell components? Wanting to grant the access remotely but without having to deploy powershell and the EMS components. I'm working in C# (.Net 3.5) with Exchange Server 2007 SP1. Any comments or suggestions are greatly apprecia...

trying to connect to remote Exchange server 2007 from powershell

hi all, Am getting SSL error while connecting to remote exchange server. Can any one help me. Thanks & Regards Vijaybhasker ...

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? ...

Viewpoint gem and Exchange resource account

Hi- I'm trying my hand at using the Viewpoint gem (by zenchild @ github) as the base for a meeting scheduling system. It's great at reading calendar information from regular Exchange 2007 accounts, but I got stuck trying to change the SOAP request header to allow me to read resource accounts as a delegate. I came across http://blogs.m...

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, how can this be done programmatically? (using c#) ...

categorize the exchange folders in 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 ws method FindFolderType request = new FindFolderType(); request.setTraversal(FolderQueryTraversalType.DEEP); FolderResponseShapeType folderResponseShapeType = ne...

Pass windows credentials to Exchange 2007 web service VB.NET

I am trying to interop to Exchange 2007 via its web-services and have the following issue; Authentication mode = “windows” in the web.config…. Why isn’t the default credential passing the current user to the exchange webservice (EWS)? Dim esb As New mailserver.ExchangeServiceBinding() 'Provide the NetworkCredential esb....

Exchange 2007 - email body disappeared

Got an issue with email being sent after the upgrading of email server from Exchange 2003 to Exchange 2007. The problem is the html emails (with arbitrary attachment) sent by java application (using apache components) have no body instead the body is being added as attachment (ATT00001.htm). Have you encountered this problem? This happen...