RE Emails

G

Gary B

Hi there,
I am seeking some code to read Exchange Server email inbox that I can load
into an Access table.
Outlook is NOT available. I need to connect directly to the Exchnage
Server, NOT to an Outlook folder.
 
G

Gary B

Variation to question.
Seeking code to read from OWA inbox (ie does not need to be directly from
Exchange :)

Additionally, I am seeking code for sending an email from MS Access (in the
same environment ie no Outlook available)

Regards
 
M

Mark Andrews

I never wrote code to read from exchange but here's an article on the web
service route:
http://social.technet.microsoft.com...t/thread/e428da5c-316d-4694-9ffb-74608f8c04ef

To send email from Access (without Outlook) I recommend using a simple smtp
component (there are tons of them). I have been using the one from
Ostrosoft (except I am using a previous version, they changed the current
version a bit). Usually they are one extra DLL you must register or put in
the database directory.

Perhaps investigating smtp components will lead you down a path to how to
read email from the server? Sounds like a good place for a third party
component.

HTH,
Mark Andrews
RPT Software
http://www.rptsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top