exchange

One computer cannot authenticate to TFS or Exchange

I have several computers... only one of which cannot authenticate to either my exchange or TFS server. (2 of the computers are at my home trying to connect to our exchange/tfs server at work, one of which as the problem). Several other employees have not had any connectivity problems. The errors I am seeing are 401 2 2148074254 401 ...

Triggering a stored procedure in SQL Server 2005 by email

How can I trigger a stored procedure in SQL Server 2005 based on emails arriving in an Exchange inbox (with POP3/IMAP enabled)? I'd rather not use Windows Services if possible, and use the SQL Server functionality instead. ...

WebDav And Exchange2007 HTTP1.1 404 Ressource not Found!

i have Exchange2007. and i am using the url: "https://exchange2007.exchange.server.com/Exchange/username/calendar"; 'calendar', or 'mailbox'( in your language! example, "boite de reception" in french or "calendário" in portuguese) with that url that i'm using i can list my ressources, but can't send a mail or write an appointement! wh...

Get Appointment Body from a Room Resource Calendar

According to this article, using a combination of FindItem and GetItem it should be possible to retrieve the notes section from an appointment. This seems to work fine for a USER mailbox but fails when executed against a room resource mailbox. Is there a way to retrieve the message body from from an appointment in a room resource mailb...

Silverlight 3 - Exchange Web Service

Hi, In my Silverlight 3 app, I just added a Service Reference to the Exchange 2007 Web Service (EWS). After doing so, I got the following warning: Custom tool warning: No endpoints compatible with Silverlight 3 were found. The generated client class will not be usable unless endpoint information is provided via the constr...

Exchange AirSync protocol help

I'm looking for resources for the AirSync protocol for Exchange (general or even better if specifically targeted at .NET). It seems strange that it can't be found anywhere on the net. I know it uses WBXML for parts of its communications, but that as far as I got. ...

server for email, calendar and contacts

I'm looking for a solution like an exchange server for email, calendar, contacts, etc. I would prefer to use a open source solution. Any suggestions? The client PCs are using Mac/Unix and Windows, so the server must be accessible from all platforms. I prefer to used a non-Web-based solution, but i'm open to web-based suggestions if they...

Connect to Microsoft Exchange Online with MAPI33

I am trying to connect to Microsoft Exchange Online with the help of Mapi33 library (yes, this library seems to be unmaintainable, but what is the other option?). Outlook is using Outlook Anywhere(RPC over HTTP) to connect to proxy server. Can't find any sample code on how to create profile in this case. Any help is greatly appreciate...

Size limit on exchange server 2003 Item properties

Hi, Is there a limit on the size on value of property of an item in Exchange [Contact,Task etc]. In outlook I was able to create a item property with value having 100,000 Characters but when read this item property in exchange using webdav value was not Synchronized from outlook to exchange. It could sync property value up-to 4000 char...

Is PowerShell a bottleneck

I'm working on a .net application that needs interact with Exchange, specifically creating Exchange objects. Its a web based application, but will have a back end running as a service on the Exchange server. I'm trying to decide the best way to interact with Exchange. My initial thoughts was to use powershell, with some sort of service ...

Interacting with Exchange 2007

At the moment I am using powershell hosted in an asp.net app to communicate with Exchange, and create Exchange objects. Does anyone know of any other means of interacting with Exchange? These methods need to allow the creation of items such as mailboxes and distribution lists, so Exchange Web Services is out. ...

Exchange 5.5 Which Distribution Lists am I a member of?

I'm trying to programatically find out which distribution lists an address entry is a member of. I can do this using LDAP by accessing the memberof property. However, this requires administrative access. Outlook manages to display this information in its GAL view without having admin access. Is there a publicly exposed way of doing this?...

Exchange 2003 - which API to use to find out room/resource availability?

I need to expose room availability information from a web service that will be consumed by a number of other applications. The availability information is stored within Exchange 2003, and can be viewed using Outlook 2003/2007 today. What API or Web Service (if available) should I be using to get to this information? I imagine that I cou...

Advice for bulk importing .msg files to MS Exchange Public Folder

I have a bunch of .msg files on the filesystem (or will have once I've exported them from a content management system). I would like to bulk import these .msg files to an Exchange 2003 public folder. I had a bit of a Google and from what I can make out it looks like I could develop a program based on CDO or Redemption via VB6 or a .Net l...

access exchange 2003 calendars with vs2005+

I'm looking for a way to access Exchange 2003 calendars to add appointments. I'm hoping to use an admin account and impersonate each user to add appointments which i'm pulling from an oracle database. I've seen lots of examples for Exchange 2000 using cdox.dll which are exactly what I'm looking for but not an equivalent for 2003. I have ...

Read Exchange using VBScript

I wrote this code in ColdFusion to read data from Exchange and am wondering if anyone can help me to code this using Visual Basic Script: <cfldap server="insert_my_server_name_here" username="zzz\zzzzzz" password="xxxx" port = "123" action = "query" name = "data" attributes = "company" filter = "(&(objectclass=group))" ...

Outlook Addin accessing exchange recipient in offline mode?

I'm creating an Outlook addin using VS 2008 and C#. In order to function this addin goes through all the e-mail using Redemption and parses it. I've recently run into the issue of somebody opening outlook without a network connection (network offline, unplugged, or it's mobile like a laptop and happens to not have connectivity at the m...

What is the easiest method of working with a mailbox on an exchange server using .NET from a remote client?

So I have to make a windows service that scans incoming mails in a mailbox on an exchange server for specific words and then deletes the mail. The mailbox I will be scanning currently holds more than 70000 mails. I've tried using the exchange WebDAV protocol, but it usually times out before responding. Are there any alternatives to WebDA...

Delay when using PHP mail() function to send email through Exchange (using sendmail as a relay)

I'm using the PHP mail() function to send emails from a Linux server, but using Exchange as the main MTA. To achieve this sendmail has been set up to relay everything to the local Exchange server, which then sends the emails out. This is working correctly, but the PHP script seems to wait until the timeout limit before finishing. I thou...

Listening for incoming emails from an Exchange Server.

There is an email account (or possibly multiple accounts) on a Microsoft Exchange server. I want to register/attach to Exchange from a .Net application in order to receive emails from this account. From there the idea is that the emails can be archived on a file system or database, indexed, etc. Ideally this code should work against bot...