모든 도구

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"
}