すべてのツール

outlook_search_emails

Outlook · Windows

効果: 読み取り. 状態: 条件付き提供.

「条件付き提供」は、バージョン、プラットフォーム、権限、アカウント、設定に依存する可能性を示し、すべての環境で有効という意味ではありません。

Windows

目的

件名または本文のキーワードで Outlook メールを検索します。

必須入力

入力名はツールが要求する正確な形式のままです。英語の正規技術定義は下の展開可能なスキーマにあります。

権限と確認

スキーマには明示的な確認パラメータがありません。これは無許可の操作を認めるものではありません。効果を確認し、承認を得てください。

英語の正規技術スキーマWindows
{
  "properties": {
    "limit": {
      "description": "Maximum results (default: 20, maximum: 10000)",
      "maximum": 10000,
      "minimum": 1,
      "type": "number"
    },
    "query": {
      "description": "Search term",
      "type": "string"
    },
    "scope": {
      "default": "metadata",
      "description": "\"metadata\" (default) searches subject/sender in the Inbox only, same as before. \"body\" searches the plain-text body across every mail store (Inbox, other folders, other accounts). \"all\" searches subject and body across every store. body/all are slower (async COM search with a timeout) and report search_coverage since some stores can be skipped (offline, timed out, or not searchable).",
      "enum": [
        "metadata",
        "body",
        "all"
      ],
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}

ドキュメント例

outlook_search_emails のドキュメント例です。この例は実行しないでください。表示される引数は架空のデータセットに属します。実際に呼び出す前に実在する識別子を確認し、承認を得てください。

{
  "query": "launch checklist"
}