exchange-server

Accessing an Exchange Server without Outlook

Is there a method of accessing an Exchange server that does not have IMAP or POP3 enabled without Outlook? It does not appear that Outlook Express supports Exchange (only IMAP and POP3). ...

Mail Storage Quota Checker in C#

We have a requirement to build a tool for users in an Intranet scenario. The tool should check how much percentage of the Mailbox Quota (set in Active Directory) is being used. Currently, they can check their Folder size using Outlook 2003 but this does not show the Quota Limit set for them or the percentage being used. This blog has a...

How do I access the non-IPM_SUBTREE Public Folder Tree with WMI?

I'm trying to verify when the OAB (Offline Address Book) root folder for a new OAB is created with powershell. Is there a WMI class that exposes this? I'm using powershell, but any examples or links will do. ...

how do I access exchange mailbox from asp.net web applicaion

I have the task of integrating a web application with MS Outlook Exchange account. I want to read the inbox items, send, reply and delete messages. Are there any good vb or c# examples out there? ...

Error sending mail with System.Web.Mail

An older application using System.Web.Mail is throwing an exception on emails coming from [email protected]. Other addresses appear to be working correctly. We changed our mail server to Exchange 2007 when the errors started, so I assume that is where the problem is. Does anyone know what is happening? Here is the exception and stack trace:...

HOw to create a calendar event / appointment in Exchange Server 2003 without using Outlook ?

hi , Is there any way to create - manipulate calendar events in Exchange Server 2003 ? I'm using Vb .NET 2005. I don't want to use MAPI because everytime I will have to type user name and passwords. Is there any other way ? I used redemption.dll but everytime I want to add for eg a calendar event it displays the login screen. Any sugges...

Ruby scripting on Windows

I'm making a simple script using ruby on a Windows 2003 Server. My questions are: How can I connect to a database through ODBC? I will be connecting to both Sybase on Solaris and MSSQL Server. How can I send emails through an Exchange Server 2003? Update What's the best simple IDE for Ruby scripting? I currently use SciTE (whic...

EMail from ASP .NET

I have used the smtp class to send emails through code. Can I use the classes in the .net framework to display emails received on a page without having to use something like exchange sdk? How would I go about using gmail pop and smtp server information in .net web apps (with the .net classes) to send and receive email? ...

Finding who has access to this shared exchange server mailbox

How can I find all the users who are all having access to a shared mail box? We use a shared mail box in our application, this would be useful to know. A simple solution will be more useful. Code to do this in C# is also ok. Tools from microsoft will also be useful. ...

MS Exchange integration

Does there exist a third party component which lets you seamless integrate your calendar application with MS Exchange? Are there any open source components who do that? This is about calendar, not mail. ...

Using HTML Mime Mail for PHP to send email, but need to authenticate through Exchange server

First off, the server: Exchange 2003 sp2 running on Windows 2003 Server sp2 I have a script that sends email to two email accounts, one called students@ and the other being fs@ (faculty/staff). We are setting both those email accounts to only accept incoming email by authenticated users on the exchange server, to spare ourselves from sp...

Get inbox message from Exchange server using .net

Anybody knows how to do this? I need to create a service that will connect to the exchange server and download the messages ever x minutes... thanks! ...

Exchange Server Organizational Structure

I need to figure out a way to build a hierarchy by Director->Manager->Employee from an exchange server. I have very limited knowledge of exchange, so does anyone have any ideas for me? Thanks ...

Switch to 64 bit or stay at 32 bit?

I have a small office, and I currently use a Visual Foxpro Application that I wrote to handle all the data. It is time to buy a new server. It seems that there are problems with VFP and 64 bit operating system. Should I make the move to 64 bit and try to deal with the problems that arise, or buy a new server running the older 32 bit...

Exchange Message Tracking log - extracting email send failures

Our Exchange server generates about 100MB of message tracking logs per day. Deep inside these logs are email send failure reports that we want to extract. We have a transactional site that sends confirmation emails to the customer at the end of the transaction. We require the user to enter their email address twice, in two textboxes. If...

How to read de Exchange Database ??

Hello, im creating an application that have to read and update Contacts Information (like phone number, email, etc..) from Microsoft Exchange... Does any one know how can i connect to a MS Exchange DB ?? ...

Convert HTML to Plain Text?

Hi, I am able to read emails in from Microsoft Exchange using an IMAP Client from Lumisoft. I have set the exchange server settings to convert any mail to plain text. However, when I read in the information it still seems to contain HTML/CSS. What is the best way of removing HTML/CSS from the body of an email? Or is there a setting on ...

Automatically processing the email received and sending the response

The project that I am working on is required to monitor an email account for new messages. I am free to decide the formatting of these messages so that it will be easier to parse the information contained in them. (like [Request code: xxxxxxxxx]) Based on request codes, I need to send an email response to the original sender. I haven't ...

How do I publish cruise control emails using Exchange server

I'm trying to set up Cruise Control to build my project and check for build failures. I've got most things working. I'd like emails sent to me on build success or failure. However, I'm in a fairly restricted corporate environment, so I don't have an SMTP server with open ports available. We use exchange/outlook to send emails. How do I...

Exchange 2003

Hello every body i'm serching for some way to gain access to exchange server 2003 mail box using xmlhttp request in order to render folders like inbox,... on my page. I know i have to include credentials in my url passing process,but i dont know how to specify that. is there a way or some example of doing so to get some xmlresponse from ...