Accessing outlook from a web page
I need a push in the right direction for an application I will soon be
working on. I will have clients with Outlook going to a web page. This
web page will reside on a Win 2000 server running IIS and need to scan any
selected emails in their inbox for attachments and either bring the attachments
up to the web server (if that's even possible) or put them all in one new
email and send them all to another mailbox. I've been messing with Mapi.Session
and Outlook.Application, but no luck so far.
[537 byte] By [
Jarrod] at [2007-11-9 17:49:56]

# 1 Re: Accessing outlook from a web page
Why reinvent the wheel?
outlook has the ability to be ported to the web inherently. Why not use
it?
http://www.microsoft.com/exchange/evaluation/features/enhancedowa.asp
for more...
"Jarrod" <crazy_wittler@hotmail.com> wrote:
>
>I need a push in the right direction for an application I will soon be
>working on. I will have clients with Outlook going to a web page. This
>
>web page will reside on a Win 2000 server running IIS and need to scan any
>selected emails in their inbox for attachments and either bring the attachments
>up to the web server (if that's even possible) or put them all in one new
>email and send them all to another mailbox. I've been messing with Mapi.Session
>and Outlook.Application, but no luck so far.
>
at 2007-11-11 23:17:04 >
