Share via


_OlkTextBox.Copy Method

Copies the contents of the control to the clipboard.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Sub Copy
'Usage
Dim instance As _OlkTextBox

instance.Copy()
void Copy()

Remarks

The data is copied in unformatted text format, replacing the existing contents of the clipboard.

See Also

Reference

_OlkTextBox Interface

_OlkTextBox Members

Microsoft.Office.Interop.Outlook Namespace