Outlook) (Actions 对象

包含 操作 的集合 表示可在 Outlook 项目执行的所有专用的操作的对象。

备注

使用的 操作 任何 Outlook 项目,如 MailItem ,返回 操作 对象的属性。

使用 Actions (索引) (其中 index 是可用操作的名称)返回单个 Action 对象。

示例

以下 Visual Basic for Applications (VBA) 示例使用特定项目的“答复”操作发送答复。

myItem = CreateItem(olMailItem) 
 
Set myReply = myItem.Actions("Reply").Execute

方法

名称
Add
项目
Remove

属性

名称
Application
Count
Parent
Session

另请参阅

Outlook 对象模型引用操作对象成员

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。