Share via


OlkComboBox.Paste Method

Outlook Developer Reference

Pastes the contents of the clipboard in the control.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Paste

expression   A variable that represents an OlkComboBox object.

Remarks

The contents of the clipboard are pasted in unformatted text.

This method does not paste anything when the control's Style is olComboBoxStyleListBox.

See Also