move_messages
Move up to 25 email messages to a specified folder. Provide the message IDs and target folder name to organize your Outlook mailbox.
Instructions
メールを指定フォルダへ移動する。
移動先が存在しないとエラーになる。必要なら先に create_folder を呼ぶこと。 まとめて動かす前に、対象と件数を利用者に確認すること。 移動すると渡した短縮IDは失効する。続けて操作するなら search_messages を引き直すこと。
Args: message_ids: 短縮IDをカンマ区切りで(例 "#1,#2,#5")。一度に25件まで。 folder: 移動先フォルダ名(例「領収書」「受信トレイ/請求」)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| message_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |