Actions 接口

定义

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

public interface class Actions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0006303E-0000-0000-C000-000000000046")]
public interface Actions : System.Collections.IEnumerable
Public Interface Actions
Implements IEnumerable
属性
实现

注解

使用任何 Outlook 项目(如 MailItem)的 Actions 属性可返回 Actions 对象。

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

属性

Application

返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。

Class

返回一个 OlObjectClass 常量,指示对象的 类。 只读。

Count

返回一个 Integer (int in C# ) 值,该值指示指定集合中的对象计数。 只读。

Item[Object]

从集合中返回对象 Action

Parent

返回指定对象的 对象 的父级。 只读。

Session

返回 NameSpace 当前会话的 对象。 只读。

方法

Add()

在集合中 Actions 创建新操作。

Remove(Int32)

从集合中删除对象。

适用于