Share via


Action.CopyLike Property

Returns or sets an OlActionCopyLike constant indicating the property inheritance style to use for the action. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property CopyLike As OlActionCopyLike
    Get
    Set
'Usage
Dim instance As Action
Dim value As OlActionCopyLike

value = instance.CopyLike

instance.CopyLike = value
OlActionCopyLike CopyLike { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlActionCopyLike

Remarks

The inheritance style is used when the action is executed to control how properties are copied to the new item created by the action.

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Outlook Namespace