Action.CopyLike Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.