Maileon PHP client  1.5.5
Easily integrate your PHP application with Maileon.
ProcessingReport.php
1 <?php
13  public $contact;
14 
20  public $queued;
21 
27  public $message;
28 
29  function __construct() {
30  $this->contact = new com_maileon_api_transactions_ReportContact();
31  }
32 }