exchange

Change the z-order of subviews on the iPhone

I'm developing a game. I'm using about 150 UIImageView to hold the graphics. I'm simulating a 3D enviroment, so i would like to change the z-order (how close is an object to the camera). I know there exists : [superWindow exchangeSubviewAtIndex:i withSubviewAtIndex:j]; But for some reason it's not working, some of the subviews disappe...

Exchange 440 Timeout error

I am trying to access an Exchange 2003 server using WebDAV, but I get a (440) Login Timeout error whenever I try to connect to the Exchange web client (https://server/exchange/mailbox/inbox) Any ideas on what would cause this? If I browse to the URL, I can login manually but I am unable to get past the 440 error when accessing the page ...

C#, Powershell - Microsoft.Exchange.Management.PowerShell.Admin

I'm having troubles using the Microsoft.Exchange.Management.PowerShell.Admin on a server. The server is not the one running Exchange 2007, it's a remote server (in the same zone). I can't figure out how to add the Snapin for Powershell - Microsoft.Exchange.Management.PowerShell.Admin. Is it possible to just get the dll file from the Exch...

Getting the mailbox count from an Exchange database

I'm trying to get the mailbox count from an Exchange database by using the following query: var n = database.Properties["homeMDBBL"].Count; Where "database" is a DirectoryEntry pointing to an Exchange Database. So far so good, but the count is always wrong. Say the real count of mailboxes on this database is 200, I only get 3 or 4 ba...

securing Exchange 2003 Server on IIS 6.0

I've done the requisite google search, but it come up surprisingly empty-handed. Are there any "you've just gotta do that" steps that a novice IIS administrator (and novice exchange administrator, for that matter) should take when securing an Exchange server? ...

.NET Why can't I override my web.config mailSettings?

Usually my application sends email with a generic system address. But in some cases I want to instead send as the logged in user. web.config: <?xml version="1.0"?> <configuration> ... <appSettings> ... <add key="DefaultEmailAddress" value="[email protected]" /> </appSettings> <system.net>...

Searching for E-mails with Exchange Web Services Operations

I am doing an integration project for a customer running Microsoft Exchange 2007 (BPOS). I am looking for a way to search for e-mail using the Exchange Web Services Operations -- MS' API to their own hosted exchange solution. So far, I have found a nice API description, but as far as I can see none of it allows for searching for e-mails ...

Creating outlook appointment with html body using webdav

I'm creating outlook appointments using webdav. I'm using following post body to create the appointment. <?xml version="1.0"?> <g:propertyupdate xmlns:g="DAV:" xmlns:e="http://schemas.microsoft.com/exchange/" xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:mapit="http://schemas.microsoft.com/mapi/proptag/" xmlns:x...

Parsing Outlook calendars for an in/out calendar

I've written some VBA which generates an HTML based in/out calendar for all the members of my team. Because I need to get the status of people for the whole year and details of their appointments I've avoided using the FreeBusy information and instead opted to open each users calendar, extract all the appointments and work out which days...

Create Outlook task with Java.

I have a requirement to have a new task appear in a user's task list in Outlook. The catch is that the source of the task will be generated in a Java environment. Does anyone know how I can create an Outlook task using Java? Thanks. ...

Using integrated authentication with EWS (exchange web services)

I'm in the process of setting up a company intranet. One of the requests is to do some intregration with Exchange Server 2007. In my tests I can authenticate to EWS just fine using NetworkCredential, as long as I'm passing in my username and password. In our intranet, I'd like to pass on the credientials of the logged in user. We'll be ...

How can I tell whether a given MAPI message is incoming or outgoing?

In a COM-addin for Outlook (using Redemption) I need to be able to determine whether a given message that I'm looking at was received or sent (I only want to act on the incoming ones). Simply looking at the parent folder or the recipients or senders will not work in my case as both incoming and outgoing messages might be thrown together ...

WebDAV and Exchange Server - get contacts modified within the last X days?

I have a PHP application which connects to Microsoft Exchange server to retrieve 'Contacts' via WebDAV. Is there a WebDAV query I can issue to Microsoft Exchange to get only contacts that have been changed or added within the last X days? It'd be a bit easier to deal with than querying for all 30 bajillion contacts every time and doi...

Using EWS Api to search thru different users mailboxes

We are developing a module which main goal is to track and collect information about damage inspections (insurance market). Each case has a code (i.e. L000525). Each case could be managed by several people. All the emails related to a specific case include the case code in its subject. What we want to do is to collect and show the inco...

Find out what outlook items are opened?

Under MS exchange system manager, you can see current logons for an store (in my case a public store). You can add a column called "Open Messages". Is there any way to tell what these are? from the server (exchange end) or the client (outlook)? I need to find out as my VSTO outlook add-in as a hook on this item and i need to remove it. ...

List of email address to public folders in exchange

How do i get a list of all e-mail address for exchange public folders? Will reply on my own, will accept the best reply offered. ...

Getting the Out of Office status programatically from Exchange or AD?

When people use Outlook (in this case in a Windows AD Domain running Exchange 2003 and 2007), they can set an Out of Office reply. Office Communicator 2005 can access it as well, so I assume there has to be a way to access it programatically? Does anyone know how to? I assume that Exchange would be the place to ask as AD doesn't seem to...

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 make this all happen, I have written a custom SmtpReceiveAgent and subscribe to the OnEn...

Create a second calendar for users in Exchange 2007

I need to programmatically create a second calendar for all our users in Exchange 2007. Can someone suggest the best way to get this done? ...

How to get or add contacts to users Exchange mailbox?

Wondering if anybody know: How to get or add contacts to users mailbox, using account with admin rights to access them in Exchange 2007. coding in C# 2008. Searching for 4 days already cant find any examples of this solution. ...