Поделиться через


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

Actions Interface

Actions Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Add a Custom Action as a Response to a Mail Item