CopyLike Property

Microsoft Outlook Visual Basic

Show All

CopyLike Property

       

Returns or sets an OlActionCopyLike constant indicating 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. Read/write.

OlActionCopyLike can be one of these OlActionCopyLike constants.
olForward
olReply
olReplyAll
olReplyFolder
olRespond
 

expression.Copy

expression    Required. An expression that returns an Action object.