Actions インターフェイス

定義

Outlook アイテムで実行できる特殊なアクションをすべて表すオブジェクトのコレクション Action が含まれます。

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
属性
実装

注釈

Actions オブジェクトを取得するには、 などのMailItem任意の Outlook アイテムの Actions プロパティを使用します。

Actions(index) を使用して、使用可能なアクションの名前を指定indexして、1 つの Action オブジェクトを返します。

プロパティ

Application

オブジェクトの Application 親 Outlook アプリケーションを表す オブジェクトを返します。 読み取り専用です。

Class

オブジェクトのクラスを OlObjectClass 示す定数を返します。 読み取り専用です。

Count

指定したコレクション内のオブジェクトの数を示す Integer (C#では int ) の値を返します。 読み取り専用です。

Item[Object]

コレクションからオブジェクトを Action 返します。

Parent

指定されたオブジェクトの親 Object を取得します。 読み取り専用です。

Session

現在のセッションの NameSpace オブジェクトを返します。 読み取り専用です。

メソッド

Add()

コレクションに新しいアクションを作成します Actions

Remove(Int32)

コレクションからオブジェクトを削除します。

適用対象