Login   Register  
PHP Classes
elePHPant
Icontem

File: comunread.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-09-27 07:23
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);
}

?>