scripting:api:clipboard-item:rtf

Action unknown: addtobook

RTF

Property of IClipboardItem

Reads item content as HTML

Read-Only Property of type BSTR

var pstrText = ClipboardItem.RTF;
pstrText = ClipboardItem.RTF
BSTR pstrText;
HRESULT hr = ClipboardItem.get_RTF(&pstrText);