473,396 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

pickup email from exchange server / ISA Server

Hi there,

I have a customer who has an Exchange Server running on an ISA Server.
And there my problem begins... I have to pickup eMails through my
software from that server - the problem: I can't find any information on
how to implement this.

From the system admin I got the information, I can't relay my pop
request through the ISA. That is all I have...

If I get it right I can implement a class which acts just like my POP3
class, but requests mails from the Exchange server. Can anybody give me
advise on this task?

Any help is appreciated,

Martin Hanke
Nov 16 '05 #1
3 3081
Let me get this straight: you want to pick up your Exchange messages across
the public network. Does the customer make Outlook Web Access available to
the outside world? If so, you can pick up your e-mail using this HTTP
client.

And there it gets tricky. There is some very sparse documentation on how to
programattically request information from Outlook Web Access. Is this what
you are looking to do? (It just isn't clear from your message)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"mphanke" <mp*****@nospam.nospam> wrote in message
news:OI**************@TK2MSFTNGP14.phx.gbl...
Hi there,

I have a customer who has an Exchange Server running on an ISA Server.
And there my problem begins... I have to pickup eMails through my
software from that server - the problem: I can't find any information on
how to implement this.

From the system admin I got the information, I can't relay my pop
request through the ISA. That is all I have...

If I get it right I can implement a class which acts just like my POP3
class, but requests mails from the Exchange server. Can anybody give me
advise on this task?

Any help is appreciated,

Martin Hanke

Nov 16 '05 #2
Hi Nick,

no it this is supposed to take place on the local intranet of the customer.

His sysadmin told me, there is no chance my application can pickup the
POP3 messages from my mail-server (Some security stuff they setup on the
ISA Server). So I want to configure the exchange server to pick up the
mails and have my application pick up the mails from there.

So quick summary:

- everything takes place on the local intranet
- The exchange server fetches the mail
- I fetch the mail from the ISA/Exchange server
and
- hopefully my software processes the data send via email...

The worst thing about it is I have no possibility to setup such an
environment so I will be blind coding my stuff and then heading for the
client to try my software on the battlefield w/o any further testing in
advance. Sounds like alot of fun, huh?

Martin

Nick Malik [Microsoft] wrote:
Let me get this straight: you want to pick up your Exchange messages across
the public network. Does the customer make Outlook Web Access available to
the outside world? If so, you can pick up your e-mail using this HTTP
client.

And there it gets tricky. There is some very sparse documentation on how to
programattically request information from Outlook Web Access. Is this what
you are looking to do? (It just isn't clear from your message)

Nov 16 '05 #3
Hi Martin,

So your original expectation was that e-mail would come in to your e-mail
server and land THERE. The customer would get e-mail (assumably addressed
to them) from your POP3 server, even though they have an exchange server.

Why not just send the e-mail to their exchange server?

If you don't have control over that, why not put a component (on your e-mail
server) that will detect that the mail is going to a client, and resend it
to them. Automatic forwarding like this is often a feature of e-mail
servers, depending on the software you have installed.

They shouldn't be coming to your e-mail server to get their e-mail when they
have their own server.

Then, if you want to read the e-mail from exchange, instead of POP3, the
following link may help:

http://www.microeye.com/resources/res_outlookvsnet.htm

You could also configure the outlook client of a particular user to get
e-mail from more than one server. Exchange won't go out to POP3 and pick up
e-mail (and even if it could, you wouldn't have the right to configure it to
do it), but Outlook can, and you can set up an outlook client on the machine
in question to pick up POP3 messages and drop them into a message store
where your app can use the Outlook Object Model to get access to them.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"mphanke" <mp*****@nospam.nospam> wrote in message
news:eD****************@TK2MSFTNGP11.phx.gbl...
Hi Nick,

no it this is supposed to take place on the local intranet of the customer.
His sysadmin told me, there is no chance my application can pickup the
POP3 messages from my mail-server (Some security stuff they setup on the
ISA Server). So I want to configure the exchange server to pick up the
mails and have my application pick up the mails from there.

So quick summary:

- everything takes place on the local intranet
- The exchange server fetches the mail
- I fetch the mail from the ISA/Exchange server
and
- hopefully my software processes the data send via email...

The worst thing about it is I have no possibility to setup such an
environment so I will be blind coding my stuff and then heading for the
client to try my software on the battlefield w/o any further testing in
advance. Sounds like alot of fun, huh?

Martin

Nick Malik [Microsoft] wrote:
Let me get this straight: you want to pick up your Exchange messages across the public network. Does the customer make Outlook Web Access available to the outside world? If so, you can pick up your e-mail using this HTTP
client.

And there it gets tricky. There is some very sparse documentation on how to programattically request information from Outlook Web Access. Is this what you are looking to do? (It just isn't clear from your message)

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Alan Howard | last post by:
Hi there, I can't seem to find any info on this error message that's generated when sending email with CDO: "The pickup directory path is required and was not specified" Does anyone know...
1
by: Brian Henry | last post by:
Does anyone know how to send an email to an internal exchange server (internal email only, how you can send email to a username in active directory in exchange with out a domain (@domain.com) after...
4
by: Jason | last post by:
Hi all I have wrote a small email client that checks POP3 email (using username and password). this work fine. I would now like to add the functionality to check email on an exchange server,...
1
by: jm | last post by:
I am using C# for this. I am not sure where to begin. Any search hints are appreciated. I have an email account on my Exchange server. I want to send it an email. I want it, somehow, so...
11
by: tshad | last post by:
I have a W2003 server running my website and I am trying to set up my pages to send email using System.Web.Mail. I have pages running on this machine using CDONTS that work fine. I am using...
8
by: Frank | last post by:
I think I've confused myself completely here :-) I have used System.Web.Mail, but am not sure if this works with Exchange Server 5.5. I asked the client if they're email server supported SMTP, and...
1
by: Gilbert Cheung | last post by:
Hello. I am writing a website for my company. There is a sign-up form that requires us to send a confirmation email to our customer. Our company uses Exchange Server 2000 as our mail server. We...
1
by: Benny Ng | last post by:
Dear All, Now I just finished my winform application. And a part of that is to send email reminder to the users. It's working fine in the server that with SMTP service in Windows 2003. But now...
5
by: =?Utf-8?B?bW9tbw==?= | last post by:
Hello, I've been having a prlbem sending an email using ASP.net 2.0 I can send an email if “To” address is hotmail, gmail or yahoo but not other addresses. Does anyone know how I can...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.