Actions.Add Method

Definition

Creates a new action in the Actions collection.

public:
 Microsoft::Office::Interop::Outlook::Action ^ Add();
public Microsoft.Office.Interop.Outlook.Action Add ();
Public Function Add () As Action

Returns

An Action object that represents the new action.

Applies to