Actions.Add Method
Creates a new action in the Actions collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function Add As Action
'Usage
Dim instance As Actions
Dim returnValue As Action
returnValue = instance.Add()
[DispIdAttribute()]
Action Add()
Return Value
Type: Microsoft.Office.Interop.Outlook.Action
An Action object that represents the new action.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace