exchange-server

Sending e-mail from generic accounts Exchange 2007

I have generic email accounts, which I want several AD users to monitor, such as [email protected] and [email protected]. They need to be able to use the from field or global address list within their Outlook 2003/2007 to select these generic accounts when sending e-mail and also be able to add the relevant mailbox to view incoming e-mails...

How to access client's outlook in ASP.net?

What I want to do with my app is accessing client's outlook, getting some data, using them to get more data from the database, and then make a file ready for blackberry to sync. All of these are better done on the server, so at the clients' end, there is only one file with everything ready, so they can easily sync it. I have searched a l...

Can I write a Microsoft Exchange plugin to avoid installing many Outlook add-ons?

What, if any, extensions can be run on Microsoft Exchange that then become visible to Outlook users? Basically I'm wondering how to integrate at the Exchange layer, avoiding the task of having to install a plug-in or whatever for each Outlook user. ...

How can I run some script code when an item is forwarded to an Exchange public folder?

I am working on a proof of concept for some workflow automation using Exchange 2007 public folders. I am trying to write some code that can be run any time an item is forwarded into a particular public folder - these items arrive automatically via email and are automatically routed by Exchange into this public folder. Primarily what I ...

Cant emails through exchange: An existing connection was forcibly closed by the remote host

I just noticed that some of the email operations in my code have been failing and am trying to fix it up, however I keep getting the following error: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote...

Getting subject line of e-mail using webDAV and .NET

I need someone more well versed in this area to re-title the question I am trying to learn more about webDAV and .NET. I have written an app that needs to pull all e-mails from an inbox on the server. I need to load these e-mails into an object that has the following properties: - From - To - Subject - Body I found a VERY he...

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

Exchange server will not accept username/password provided with javax.mail API

I have a lovely little Java client that sends signed email messages. We have an Exchange server that requires username/password authentication to send a message. When I connect to the exchange server, I get this error: avax.mail.AuthenticationFailedException: failed to connect at javax.mail.Service.connect(Service.java:322) ...

Querying the Global Address List (GAL) for users across domains

I need to search for all users containing a certain text string in their name against the Exchange Server Global Address List. This operation will be performed from an ASP.NET application. Note that the GAL is required (not Active Directory) as it contains users across domains. It's also what the customer requested. I've been looking at...

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

Merging pstfile with exchange server

I need to merge pst file with exchange server mailbox. I want to iterate searchkey over the exchange server mailbox , so that i can able to merge only unavailable mails with exchange server. Is there any faster method available>??? Am using c++ with mapi for exchange mailbox merging. I need c++ code for this implementation... Thanks...

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

Searching for text in system messages in Outlook returned from Exchange

I am trying to search returned error messages I get from Exchange. Somehow, Outlook does not return any results. When I preview the messages I only see Your message did not reach some of all of the intended recipients. Open the message to see additional details. Only when I open the message I see the error text in full Here's a line ...

Bypassing exchange accounts while sending mail through SMTP Server in ASP.NET

I develop applications using the ASP.NET framework for my academic organization. We also have an exchange server for internal accounts. Since my organization is under the umbrella of a larger one, all our internal exchange accounts also have external parent accounts with the same names. I'm facing an issue where automatic emails trigge...

Receive email from an Exchange server in Biztalk w/o using POP3 or IMAP

I know Biztalk has a POP3 adapter for receiving/processing email, but our network group has disabled both POP3 and IMAP access to our Exchange servers. Since I'm not able to connect using those protocols, I'm looking for other options. Is there some way to connect through OWA? Some kind of API access? Are there any other protocols/adap...

Get e-mail Contacts from exchange 2007 in C#

Is anybody know how to pull contact list from Microsoft Exchange 2007 using c#? ...

Access to the same Exchange Server account using the IMAP protocol and Microsoft Outlook

Hi, I am developing a .NET C# application that will access the Exchange Server using the IMAP protocol. The application will retrieve emails, mark them as read, and move them from Inbox to some other folder based on some predefined rules. My question is, will the user that will be accessing same email account using the Outlook (Exchan...

Is there a MAPI API for .NET Applications?

Data comes in by email as a zipped file. The Java solution we wrote tried to parse and download the email automatically and load the data. We ran into all kinds of problems getting through the firewall, and eventually the solution just got put on hold. Because the administrators wouldn’t allow access to an anonymous type of email box. T...

Trigger program when Exchange 2003 receives email

I'm looking for a simple way to trigger a program to launch when a specific mail box on our Exchange 2003 server receives a message. Ideally, the program would trigger only when the subject line contained certain words, but I can live without that for the sake of simplicity. ...

Exchange Server Error: The remote server returned an error: (440) Login Timeout

Hi Guys, I'm creating a window based program to retrieve emails in Exchange Server 2003 using webDAV. im getting the error on loResponse = (HttpWebResponse)loRequest.GetResponse(); Here's the code: lsRootUri = p_strServer + "/Exchange//" + p_strAlias + "//" + p_strInboxURL + "//"; lsQuery = "<?xml versio...