CopyLike Property

CopyLike Property

See Also                  Applies To

Returns or sets the property inheritance style to use for the action. The inheritance style is used when the action is executed to control how properties are copied to the new item created by the action. Can be one of the following OlActionCopyLike constants: olForward(2), olReply(0), olReplyAll(1), olReplyFolder(3), or olRespond(4).

Read/write Long.

Syntax

objAction.Copy

objAction    Required. An expression that returns an Action object.