PHP Classes

File: comunread.php

Recommend this page to a friend!
  Classes of Ernani Joppert Pontes Martins   COutLook   comunread.php   Download  
File: comunread.php
Role: Example script
Content type: text/plain
Description: COM E-mail reader
Class: COutLook
Outlook profile Inbox and Outbox mail reader.
Author: By
Last change:
Date: 21 years ago
Size: 248 bytes
 

Contents

Class file image Download
<?PHP

// Previous class

require("COutLook.php");

// Make new instance of the class

$class = new COutLook;

if(
$folder == "")
{
   
$class->staticFolders();
}
else
{
   
$class->staticFolders();
   
$class->getMessages($folder);
}

?>