_OlkTextBox.Paste Method
Pastes the contents of the clipboard in the control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Paste
'Usage
Dim instance As _OlkTextBox
instance.Paste()
[DispIdAttribute()]
void Paste()
Remarks
The contents of the clipboard are pasted in unformatted text.