|
|
 |
Re: FN-FORUM RE: ASP & IMAP
date posted 27th September 2002 22:03
It's MAPI you're after, not IMAP, if you want to talk to the Exchange
stores. In Exchange 2000, there are NO "folders"--although mailboxes are
divided into folders--make a MAPI "spy" profile and you'll see what I mean.
There is an information store made up of one or more databases (depends on
whether it is standard or enterprise--or whatever they call the version in
2k), and a load of info stored in Active directory. So you need to know how
to talk to AD with ADSI. I used to use Thomas Rizzo's Outlook programming
book. Try the Exchange MVPs' sites )I know a couple of them, so I can ask
for you if you like. Most of them are admins, not developers, but probaly
know where to look. Try MSDN and slipstick also. You'll need to read up on
Exchange architecture and AD first. Outlook uses VBA know, but older Outlook
programming books have the object model etc a la vbscript.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
DNRC Minister for Useful but Irritating Information and Trivia
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
----- Original Message -----
From: "Andrew Carpenter" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, September 23, 2002 9:14 PM
Subject: FN-FORUM RE: ASP & IMAP
> This is my first post to the forum, and I hope that someone there can
> help me.
>
> I am currently working on a solution for a client, and require the
> ability to implement e-mail handling within the system. I can send
> mail, but the difficulty is reading mail.
>
> Does anyone know how you can read the folders stored within Exchange
> Server 2000, and manipulate from ASP VBscript. I need to be able to log
> in as various users to access various folders. I've tried researching
> IMAP, Web Storage System but no joy.
>
> Any ideas much appreciated.
>
> Andy Carpenter
>
|
 |
|