ItemEvents_10_Event.CustomAction イベント

定義

アイテム (親オブジェクトのインスタンス) のカスタム アクションが実行されると発生します。

public:
 event Microsoft::Office::Interop::Outlook::ItemEvents_10_CustomActionEventHandler ^ CustomAction;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_CustomActionEventHandler CustomAction;
Event CustomAction As ItemEvents_10_CustomActionEventHandler 

イベントの種類

注釈

Action オブジェクトと、カスタム アクションによって新しく作成されたアイテムは、イベントに渡されます。

適用対象