_MoveOrCopyRuleAction.ActionType Property
Returns a constant, olRuleActionMoveToFolder, from the OlRuleActionType enumeration that indicates the type of action that is taken by the rule. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ActionType As OlRuleActionType
Get
'Usage
Dim instance As _MoveOrCopyRuleAction
Dim value As OlRuleActionType
value = instance.ActionType
[DispIdAttribute()]
OlRuleActionType ActionType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlRuleActionType
Remarks
The moving or copying rule action is supported only by rules for receiving messages. For more information, see Specify Rule Actions.