a microsoft exchange server is a glorified imap server. All the folders are just that, folders. Everything that is in them is a message. All of the messages are in XML format. All you need to do to see that is connect a regular imap client to an exchange server and then look at the message sources. The problem of doing all of this without an exchange server is that you need access to the database (the .pst file). You need outlook to open and read that unless you're privy to the file structure (Its binary).
Curtis On Mon, 2003-03-10 at 16:33, William Cheung wrote: > I am able to create an outlook task. But how could I start up the outlook if > it is not running? > The COM object created by PHP requires the outlook running at the same time. > > William > > -----Original Message----- > From: William Cheung [mailto:[EMAIL PROTECTED] > Sent: March 10, 2003 9:27 AM > To: PHP Support > Subject: [PHP-INST] Create Outlook task > > > Does anyone know how to create outlook task from PHP? Please provide sample > code. > > Thanks, > William Cheung, B.Sc. MCSE MCDBA > Databyte Corp. > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php