marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Marketplace 用户指南
上次更新日期 2026年4月1日
消息
Microsoft Teams 消息活动提供检索和发送消息及消息回复的方法。
| 活动 | 描述 |
|---|---|
| 获取消息 | Retrieves a specified message from a chat or channel and team. After performing the search, the activity outputs its properties in a ChatMessage object (Message) that you can use as input variables in subsequent activities. |
| 获取消息 | Retrieves all messages from a specified chat or channel and team. After performing the search, the activity outputs its properties in a ChatMessage[] object that you can use as input variables in subsequent activities. |
| 获取消息回复 | Retrieves all message replies from a specified channel and team. After the activity performs the search it outputs an array of ChatMessage objects that you can use as an input variable in subsequent activities. |
| 回复消息 | Sends a reply to a specified team channel message. After sending the reply, the activity outputs the id of the reply as a String that you can use as an input variable in subsequent activities. |
| 发送消息 | Sends a message to a specified chat or channel and team. After sending the message, the activity outputs the id of the sent message as a String that you can use as an input variable in subsequent activities. |