humanemulator.net — справка. Продукт, демо и покупка — на хуманэмулятор.рф | Демо | Купить | API | Changelog

get_message_count

get_message_count($folder="",$timeout=300,$readed="all"); -

$readed:
"all" - ;
"unreaded" - ;
"readed" - .

:

  • $folder
  • $timeout ,
  • $readed

    :
  • ( -1 )
  • -1

    <?php
    // Scenario: Get the number of messages in a specific folder in Outlook
    
    $xhe_host = getenv("RPABOT_HOST_URL");
    if (!isset($path)){
        // Path to the init.php file for connecting to the XHE API
        $path = "../../../Templates/init.php";
        // Including init.php grants access to all classes and functionality for working with the XHE API
        require($path);
    }
    
    echo "\n<span>outlook->" . basename (__FILE__) . "</span>\n";
    
    // Example 1. Get the number of messages in the specified folder
    $folder = "\\\\test@test.ru\\Inbox";
    echo "\nExample 1. Get the number of messages in the specified folder: ";
    $count = WEB::$outlook->get_message_count($folder);
    echo $count;
    
    echo "\n";
    
    // Quit
    WINDOW::$app->quit();
    ?>
    # Additional paths
    import sys
    sys.path.insert(0, '../../../Templates PY/')
    
    xhe_host = "127.0.0.1:3039"
    from xweb_human_emulator import *
    
    # 
    echo("<hr><font color=blue>mail.xxxxxxxxx</font><hr>")
    
    # 1
    echo("1.       : ");
    echo(outlook.get_message_count("\\\\bigfozzy_tds@mail.ru\\\\ToMyself"));
    
    # 2
    echo("\n2.      : ");
    echo(outlook.get_message_count("\\\\bigfozzy_tds@mail.ru\\"));
    
    # 
    echo("<hr><br>")
    
    # Quit
    app.quit()
    #region using
    
    using System;
    using System.Diagnostics;
    using System.Collections.Generic;
    using System.Linq;
    using System.IO;
    using System.Text;
    using System.Threading;
    
    using XHE;
    using XHE.XHE_DOM;
    using XHE.XHE_System;
    using XHE.XHE_Window;
    using XHE.XHE_Web;
    
    #endregion
    
     class Program:XHEScript
     {
    	  static void Main(string[] args)
    	  {
    			// init XHE
    			server = Environment.GetEnvironmentVariable("RPABOT_HOST_URL");
    			InitXHE();
    
                // 
                echo("<hr><font color=blue>outlook->get_message_count_via_imap</font><hr>");
    
    			// 1
    			echo("1.       : ");
    			echo(outlook.get_message_count("\\\\bigfozzy_tds@mail.ru\\\\ToMyself"));
    
    			// 2
    			echo("\n2.      : ");
    			echo(outlook.get_message_count("\\\\bigfozzy_tds@mail.ru\\"));
    
                // 
                echo("\n");
    
                // Quit
                app.quit();
          }
    }
    xhe_host = "127.0.0.1:3039";
    echo=require("../../../Templates JS/init.js");
    
    // 
    echo("<hr><font color=blue>mail->get_message_count_via_imap</font><hr>");
    
    // 1
    echo("1.       : ");
    echo(outlook.get_message_count("\\\\bigfozzy_tds@mail.ru\\\\ToMyself"));
    
    // 2
    echo("\n2.      : ");
    echo(outlook.get_message_count("\\\\bigfozzy_tds@mail.ru\\"));
    
    // 
    echo("\n");
    
    // Quit
    app.quit();

    =============================================
    outlook        DOM  System  Vision  Web  Window        
    =============================================
    - ,
    .