TextBox.Copy Method (Outlook Forms Script)

Copies the contents of an object to the Clipboard.

Syntax

expression .Copy

expression A variable that represents a TextBox object.

Remarks

The original content remains on the object.

The actual content that is copied depends on the object. For example, on a TextBox or ComboBox, it copies the currently selected text.