共用方式為


FormRegionManifest.CustomActions 屬性

定義

取得集合,包含顯示在 [自訂動作] 群組 (位於顯示表單區域之 Outlook 項目的功能區上) 中的所有自訂動作。

public:
 property Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ CustomActions { Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ get(); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection CustomActions { get; }
member this.CustomActions : Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
Public ReadOnly Property CustomActions As FormRegionCustomActionCollection

屬性值

FormRegionCustomActionCollection 其中包含顯示在顯示表單區域之 Outlook 專案功能區之 [自定義動作] 群組中的所有自定義動作。

備註

如需自定義動作的詳細資訊,請參閱 Outlook 表單區域中的自定義動作

適用於