Action.CopyLike Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlActionCopyLike CopyLike { Microsoft::Office::Interop::Outlook::OlActionCopyLike get(); void set(Microsoft::Office::Interop::Outlook::OlActionCopyLike value); };
public Microsoft.Office.Interop.Outlook.OlActionCopyLike CopyLike { get; set; }
Public Property CopyLike As OlActionCopyLike

Property Value

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.

Applies to